From 66dabdb8f53231eff304cbb944cd900ddbce00af Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Nov 2002 06:45:41 +0000 Subject: Added callbacks to Fl_Text_Editor. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2824 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/widget_panel.fl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fluid/widget_panel.fl') 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);} } -- cgit v1.2.3