diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-14 01:43:17 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-14 01:43:17 +0100 |
| commit | 6ff11dd8d0c811d1ddb5c9f753ace8f73bbfede1 (patch) | |
| tree | 0b2cb93b140c7a92d89e36ba850f23339c0a3405 /fluid/function_panel.fl | |
| parent | 6a61772c80dee13b4ff120b4b3e53259eae52a78 (diff) | |
Added Fl_Simple_Terminal to Fluid.
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index fed57dcd1..945295ad0 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -257,8 +257,7 @@ Function {make_declblock_panel()} {} { } } -Function {make_decl_panel()} {selected -} { +Function {make_decl_panel()} {} { Fl_Window decl_panel { label {Declaration Properties} open xywh {480 333 343 237} type Double align 80 hide resizable size_range {343 237 0 0} @@ -536,16 +535,17 @@ Function {type_make_cb(Fl_Widget*,void*d)} {return_type void }} {} } -Function {make_widgetbin()} {} { +Function {make_widgetbin()} {open +} { Fl_Window widgetbin_panel { label {Widget Bin} callback {if (Fl::event()==FL_SHORTCUT && Fl::event_key()==FL_Escape) exit_cb((Fl_Widget*)o, v); else toggle_widgetbin_cb((Fl_Widget*)o, v);} open - xywh {410 171 574 85} type Single align 80 hide non_modal + xywh {410 171 574 85} type Single align 80 non_modal visible } { - Fl_Group {} {open + Fl_Group {} { xywh {3 3 79 79} } { Fl_Button {} { @@ -759,7 +759,7 @@ else code0 {o->image(pixmap[44]);} } } - Fl_Group {} { + Fl_Group {} {open xywh {339 3 54 79} } { Fl_Button {} { @@ -792,6 +792,12 @@ else tooltip {File Input} xywh {341 55 24 24} box THIN_UP_BOX code0 {o->image(pixmap[30]);} } + Fl_Button {} { + user_data {"Fl_Simple_Terminal"} + callback type_make_cb selected + tooltip {File Input} xywh {366 55 24 24} box THIN_UP_BOX + code0 {o->image(pixmap[52]);} + } } Fl_Group {} { xywh {398 3 54 79} |
