diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-05-18 14:40:10 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-05-18 14:40:10 +0000 |
| commit | 92d0163f407e89db078d58fb51b017458be6e412 (patch) | |
| tree | 9c5d5dc17ad9821453a0457d3da608378239835e /fluid/function_panel.h | |
| parent | b0c7fc3ab72bf06f54dc917d6a3b318f6d7941e8 (diff) | |
Declarations in Fluid can now explicitly be made non-static or non-extern. This allows the declaration of types like 'enum'
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index cd87a096b..0595cfad4 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -66,6 +66,7 @@ extern Fl_Light_Button *declblock_public_button; Fl_Double_Window* make_declblock_panel(); extern Fl_Double_Window *decl_panel; extern Fl_Light_Button *decl_public_button; +extern Fl_Light_Button *decl_static_button; extern Fl_Input *decl_input; extern Fl_Return_Button *decl_panel_ok; extern Fl_Button *decl_panel_cancel; |
