From 6ff11dd8d0c811d1ddb5c9f753ace8f73bbfede1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 14 Jan 2019 01:43:17 +0100 Subject: Added Fl_Simple_Terminal to Fluid. --- fluid/function_panel.fl | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'fluid/function_panel.fl') 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} -- cgit v1.2.3