DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2159
Version: 1.3-current





Link: http://www.fltk.org/str.php?L2159
Version: 1.3-current
Index: test/valuators.fl
===================================================================
--- test/valuators.fl   (revision 6668)
+++ test/valuators.fl   (working copy)
@@ -2,17 +2,23 @@
 version 1.0107 
 header_name {.h} 
 code_name {.cxx}
+
+decl {\#include <FL/fl_ask.h>} {public
+}
+
 Function {callback(Fl_Widget* o, void*)} {open private return_type void
 } {
   code {printf("%g     \\r", ((Fl_Valuator*)o)->value());
 fflush(stdout);} {}
+  code {fl_alert("I am modal");} {selected
+  }
 } 
 
 Function {} {open
 } {
   Fl_Window {} {
     label {Valuator classes, showing values for type()} open
-    xywh {479 151 580 510} type Double color 43 selection_color 43
+    xywh {480 178 580 510} type Double color 43 selection_color 43
     code0 {\#include <stdio.h>} visible
   } {
     Fl_Box {} {
@@ -191,7 +197,7 @@
       tooltip {Horizontal Roller} xywh {345 430 90 20} type Horizontal 
labelsize 8
     }
     Fl_Box {} {
-      label {Some widgets have color(FL_GREEN) and color2(FL_RED) to show the 
areas these effect.} selected
+      label {Some widgets have color(FL_GREEN) and color2(FL_RED) to show the 
areas these effect.}
       xywh {460 385 110 115} box BORDER_FRAME color 0 selection_color 0 
labelsize 11 align 128
     }
   }
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to