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/function_panel.fl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/function_panel.fl') 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]);} } -- cgit v1.2.3