diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
| commit | dd8ac4d55755175ead0fa10a958a219d299948ae (patch) | |
| tree | c47a8844b416f9929b9e480a94df043ea4cdb296 /fluid/function_panel.fl | |
| parent | dd1c2fc843c4365628a6190fbebdae2ee92b2422 (diff) | |
FLUID: Replaces Fl_Simple_Terminal with Fl_Terminal
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 5734b225a..051ada0bc 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -670,7 +670,7 @@ else } Fl_Button {} { user_data {"Fl_Grid"} - callback type_make_cb selected + callback type_make_cb tooltip Grid xywh {139 71 24 24} box THIN_UP_BOX code0 {o->image(pixmap[ID_Grid]);} class Widget_Bin_Button @@ -838,10 +838,10 @@ else class Widget_Bin_Button } Fl_Button {} { - user_data {"Fl_Simple_Terminal"} - callback type_make_cb - tooltip {Simple Terminal} xywh {366 71 24 24} box THIN_UP_BOX - code0 {o->image(pixmap[ID_Simple_Terminal]);} + user_data {"Fl_Terminal"} + callback type_make_cb selected + tooltip Terminal xywh {366 71 24 24} box THIN_UP_BOX + code0 {o->image(pixmap[ID_Terminal]);} class Widget_Bin_Button } } |
