summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-08-05 09:01:25 +0000
committerBill Spitzak <spitzak@gmail.com>1999-08-05 09:01:25 +0000
commit467e73ed0b946bf882479c941bf666716482de7e (patch)
tree5d6aa98810572aabe6fc693b512a8d1451548352 /fluid/function_panel.h
parent16a999efd0f14f0a99fb01c4e8484ace744fd416 (diff)
Added Chrisophe Kalt's patch to add "extern "C"" to functions
if desired. Added Chrisophe Kalt's patch to let you create Fl_Pack. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@638 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index ce0962583..89f4fffdd 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -7,6 +7,7 @@
extern Fl_Window *function_panel;
#include <FL/Fl_Light_Button.H>
extern Fl_Light_Button *f_public_button;
+extern Fl_Light_Button *f_c_button;
#include <FL/Fl_Input.H>
extern Fl_Input *f_name_input;
extern Fl_Input *f_return_type_input;
@@ -17,6 +18,7 @@ extern Fl_Button *f_panel_cancel;
Fl_Window* make_function_panel();
extern Fl_Window *function_panel;
extern Fl_Light_Button *f_public_button;
+extern Fl_Light_Button *f_c_button;
extern Fl_Input *f_name_input;
extern Fl_Input *f_return_type_input;
extern Fl_Return_Button *f_panel_ok;