summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-03-26 01:16:41 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-03-26 01:16:41 +0000
commit216453a981b2012a7517597efa1a5ffd8f780645 (patch)
treeac0d2b48a7db8dd7f73130c16b2f8596752bd054 /fluid/widget_panel.fl
parent52f7cb86a0aea36cac1e63f2681bed6d8c8d1a52 (diff)
Fix widget callback code error check and assignment.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
-rw-r--r--fluid/widget_panel.fl13
1 files changed, 6 insertions, 7 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 8c0fa5b2a..1c47d05a9 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0103
+version 1.0104
header_name {.h}
code_name {.cxx}
Function {make_widget_panel()} {open
@@ -13,8 +13,8 @@ Function {make_widget_panel()} {open
} {
Fl_Group {} {
label GUI
- callback propagate_load open selected
- xywh {10 30 395 295} when 0 resizable
+ callback propagate_load open
+ xywh {10 30 395 295} when 0 hide resizable
} {
Fl_Group {} {
callback propagate_load open
@@ -349,7 +349,7 @@ image}
Fl_Group {} {
label {C++}
callback propagate_load
- xywh {10 30 395 295} when 0 hide
+ xywh {10 30 395 295} when 0
} {
Fl_Group {} {
callback propagate_load open
@@ -413,11 +413,10 @@ image}
} {
Fl_Text_Editor {} {
label {Callback:}
- callback callback_cb
- tooltip {The callback function or code for the widget.} xywh {102 177 291 86} box NO_BOX align 4 textfont 4 resizable
+ callback callback_cb selected
+ tooltip {The callback function or code for the widget.} xywh {102 177 291 86} box NO_BOX align 4 when 1 textfont 4 resizable
code0 {o->buffer(new Fl_Text_Buffer());}
code1 {o->textfont(FL_COURIER);}
- code2 {o->when(FL_WHEN_ENTER_KEY_CHANGED|FL_WHEN_RELEASE);}
}
}
Fl_Group {} {