diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2002-11-05 06:45:41 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2002-11-05 06:45:41 +0000 |
| commit | 66dabdb8f53231eff304cbb944cd900ddbce00af (patch) | |
| tree | 937e93568d1173a5e92f3a0f55a3968f4a5a3a34 /fluid/function_panel.fl | |
| parent | b9e7232d262389e5e732c0bc661cbde58c24e2a3 (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/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index f9c790815..722c3629d 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -54,7 +54,7 @@ Function {make_code_panel()} {open Fl_Group {} {open xywh {10 10 525 120} box DOWN_FRAME resizable } { - Fl_Text_Editor code_input {selected + Fl_Text_Editor code_input { xywh {12 12 521 116} box NO_BOX resizable code0 {o->buffer(new Fl_Text_Buffer);} code1 {o->textfont(FL_COURIER);} @@ -399,7 +399,7 @@ Function {make_widgetbin()} {open } Fl_Button {} { user_data {"Fl_Output"} - callback type_make_cb + callback type_make_cb selected tooltip Output xywh {284 4 24 24} box THIN_UP_BOX code0 {o->image(pixmap[27]);} } |
