summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-05-28 21:00:11 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-05-28 21:00:11 +0000
commit475a3696cca29ad91d438c13cd62eb2794fa6acd (patch)
tree8b93cb431d9c8e0fb2680f673b31751613c78676 /fluid/function_panel.h
parent1c4ed73d47d60ea4c1fd47797ec1ea26e01f632b (diff)
Fixed Function Panel in Fluid to obey HIG
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4376 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index 9f3b86277..b2e7d8f2e 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -32,9 +32,11 @@
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
extern Fl_Window *function_panel;
+#include <FL/Fl_Group.H>
#include <FL/Fl_Light_Button.H>
extern Fl_Light_Button *f_public_button;
extern Fl_Light_Button *f_c_button;
+#include <FL/Fl_Box.H>
#include <FL/Fl_Input.H>
extern Fl_Input *f_name_input;
extern Fl_Input *f_return_type_input;
@@ -46,10 +48,8 @@ Fl_Window* make_function_panel();
extern Fl_Window *code_panel;
#include "CodeEditor.h"
extern CodeEditor *code_input;
-#include <FL/Fl_Group.H>
extern Fl_Return_Button *code_panel_ok;
extern Fl_Button *code_panel_cancel;
-#include <FL/Fl_Box.H>
Fl_Window* make_code_panel();
extern Fl_Window *codeblock_panel;
extern Fl_Input *code_before_input;