summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index 239a8b0b4..8758d4626 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -1,4 +1,4 @@
-// generated by Fast Light User Interface Designer (fluid) version 1.0100
+// generated by Fast Light User Interface Designer (fluid) version 1.0102
#ifndef function_panel_h
#define function_panel_h
@@ -47,4 +47,10 @@ extern Fl_Input *c_subclass_input;
extern Fl_Return_Button *c_panel_ok;
extern Fl_Button *c_panel_cancel;
Fl_Window* make_class_panel();
+void type_make_cb(Fl_Widget*w,void*d);
+#include <FL/Fl_Double_Window.H>
+extern Fl_Double_Window *widgetbin_panel;
+#include <FL/Fl_Group.H>
+extern void type_make_cb(Fl_Button*, void*);
+Fl_Double_Window* make_widgetbin();
#endif