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.fl5
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 177eb4ea2..de97d4be5 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -589,9 +589,10 @@ else
}
Fl_Button {} {
user_data {"widget_class"}
- callback type_make_cb
+ callback type_make_cb selected
tooltip {Widget Class} xywh {55 46 24 24} box THIN_UP_BOX
code0 {o->image(pixmap[Fl_Type::ID::Widget_Class]);}
+ class Widget_Bin_Window_Button
}
Fl_Button {} {
user_data {"decl"}
@@ -747,7 +748,7 @@ else
}
Fl_Button {} {
user_data {"Fl_Value_Output"}
- callback type_make_cb selected
+ callback type_make_cb
tooltip {Value Output} xywh {307 21 24 24} box THIN_UP_BOX
code0 {o->image(pixmap[Fl_Type::ID::Value_Output]);}
class Widget_Bin_Button