summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-11-05 06:45:41 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-11-05 06:45:41 +0000
commit66dabdb8f53231eff304cbb944cd900ddbce00af (patch)
tree937e93568d1173a5e92f3a0f55a3968f4a5a3a34 /fluid/widget_panel.fl
parentb9e7232d262389e5e732c0bc661cbde58c24e2a3 (diff)
Added callbacks to Fl_Text_Editor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2824 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
-rw-r--r--fluid/widget_panel.fl10
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 3b70ade59..4cd4d677c 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -13,8 +13,8 @@ Function {make_widget_panel()} {open
} {
Fl_Group {} {
label GUI
- callback propagate_load selected
- xywh {10 30 395 295} when 0 resizable
+ callback propagate_load
+ 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
@@ -413,8 +413,8 @@ 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 6 textfont 4 resizable
code0 {o->buffer(new Fl_Text_Buffer());}
code1 {o->textfont(FL_COURIER);}
}