summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/widget_panel.h')
-rw-r--r--fluid/widget_panel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h
index cda30f37c..d9caea5fe 100644
--- a/fluid/widget_panel.h
+++ b/fluid/widget_panel.h
@@ -1,4 +1,4 @@
-// generated by Fast Light User Interface Designer (fluid) version 1.0104
+// generated by Fast Light User Interface Designer (fluid) version 1.0106
#ifndef widget_panel_h
#define widget_panel_h
@@ -21,9 +21,13 @@ extern void align_cb(Fl_Button*, void*);
#include <FL/Fl_Box.H>
#include <FL/Fl_Value_Input.H>
extern void x_cb(Fl_Value_Input*, void*);
+extern Fl_Value_Input *widget_x_input;
extern void y_cb(Fl_Value_Input*, void*);
+extern Fl_Value_Input *widget_y_input;
extern void w_cb(Fl_Value_Input*, void*);
+extern Fl_Value_Input *widget_w_input;
extern void h_cb(Fl_Value_Input*, void*);
+extern Fl_Value_Input *widget_h_input;
extern void slider_size_cb(Fl_Value_Input*, void*);
extern void min_cb(Fl_Value_Input*, void*);
extern void max_cb(Fl_Value_Input*, void*);