diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-30 18:11:49 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-30 18:11:49 +0000 |
| commit | 1f5448409b34b28a38ac48ae47ce2f66731142ef (patch) | |
| tree | 0a813a222374ef7977c135a7eae04fed9831d173 /fluid/alignment_panel.h | |
| parent | 19b4d2fd1cb060a83ed75353f876dec3877059a5 (diff) | |
Fl_Preferences::getUserdataPath() and getPath() methods now require a
length parameter for the string.
Added GUI preferences and file history to FLUID, using Fl_Preferences.
FLUID now uses getUserdataPath() for the cut buffer location.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 8fbe5da1d..e25a873b3 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -5,13 +5,9 @@ #include <FL/Fl.H> #include <FL/Fl_Window.H> extern Fl_Window *alignment_window; +#include <FL/Fl_Button.H> #include <FL/Fl_Box.H> #include <FL/Fl_Input.H> -extern void alignment_cb(Fl_Input*, long); -extern Fl_Input *horizontal_input; -extern Fl_Input *vertical_input; -extern Fl_Input *snap_input; -#include <FL/Fl_Button.H> extern void header_input_cb(Fl_Input*, void*); extern Fl_Input *header_file_input; extern void code_input_cb(Fl_Input*, void*); @@ -29,4 +25,16 @@ extern Fl_Input *i18n_set_input; extern Fl_Input *i18n_function_input; Fl_Window* make_alignment_window(); extern Fl_Menu_Item menu_i18n_type_chooser[]; +#include <FL/Fl_Preferences.H> +#include <FL/Fl_Tooltip.H> +extern Fl_Window *settings_window; +extern void grid_cb(Fl_Input*, long); +extern Fl_Input *horizontal_input; +extern Fl_Input *vertical_input; +extern Fl_Input *snap_input; +#include <FL/Fl_Check_Button.H> +extern Fl_Check_Button *tooltips_button; +extern Fl_Check_Button *completion_button; +extern Fl_Check_Button *openlast_button; +Fl_Window* make_settings_window(); #endif |
