summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-09-18 21:11:28 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-09-18 21:11:28 +0000
commit4e8e8b9f028478bc4f9c2ae386537a3ab9bb1612 (patch)
tree51fb34724a3f089a1ee75746b7f17b86763c21ec /fluid/alignment_panel.h
parentf3ae3c705bee0e7b49e7f9a27c7667074f78a693 (diff)
More Doxygen comment support for Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.h')
-rw-r--r--fluid/alignment_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index 8f90eeb54..787659e3d 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -33,6 +33,8 @@
#include <FL/Fl_Text_Buffer.H>
#include <FL/Fl_Text_Display.H>
extern void load_history();
+extern void redraw_browser();
+extern int show_comments;
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Preferences.H>
#include <FL/Fl_Tooltip.H>
@@ -72,6 +74,7 @@ extern Fl_Check_Button *tooltips_button;
extern Fl_Check_Button *completion_button;
extern Fl_Check_Button *openlast_button;
extern Fl_Check_Button *prevpos_button;
+extern Fl_Check_Button *show_comments_button;
#include <FL/Fl_Spinner.H>
extern Fl_Spinner *recent_spinner;
Fl_Double_Window* make_settings_window();