summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl8
1 files changed, 7 insertions, 1 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 5e4060b01..e4c668100 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -355,7 +355,7 @@ Function {make_widgetbin()} {open
label {Widget Bin}
xywh {413 185 520 85} type Single hide non_modal
} {
- Fl_Group {} {
+ Fl_Group {} {open
xywh {3 3 79 79} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -389,6 +389,12 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[9]);}
}
Fl_Button {} {
+ user_data {"widget_class"}
+ callback type_make_cb
+ tooltip {Widget Class} xywh {55 30 25 25} box THIN_UP_BOX
+ code0 {o->image(pixmap[48]);}
+ }
+ Fl_Button {} {
user_data {"decl"}
callback type_make_cb
tooltip Declaration xywh {5 55 25 25} box THIN_UP_BOX