diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-12-20 12:21:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-12-20 12:21:24 +0000 |
| commit | 150fc6e7f79934e6732d0a55966c39e63ad2a9e4 (patch) | |
| tree | 73996e362fcf8fd1cdeb66afdf872b8e7c2c4a50 /fluid/alignment_panel.h | |
| parent | a35defedd5bf0b5e5a377a5c311bed6edc4a3f57 (diff) | |
Used Fluid to generate Fluid files. Fixed two naming issues for the new Fl_Int_Input type, generated by Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8072 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 04a87c188..8ac8e7b1a 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -32,6 +32,7 @@ #include <FL/Fl.H> #include <FL/Fl_Text_Buffer.H> #include <FL/Fl_Text_Display.H> +#include <FL/filename.H> extern void load_history(); extern void redraw_browser(); extern int show_comments; @@ -63,7 +64,9 @@ extern Fl_Choice *i18n_type_chooser; extern void i18n_text_cb(Fl_Input*, void*); extern Fl_Input *i18n_include_input; extern Fl_Input *i18n_file_input; -extern Fl_Input *i18n_set_input; +#include <FL/Fl_Int_Input.H> +extern void i18n_int_cb(Fl_Int_Input*, void*); +extern Fl_Int_Input *i18n_set_input; extern Fl_Input *i18n_function_input; Fl_Double_Window* make_project_window(); extern Fl_Menu_Item menu_i18n_type_chooser[]; @@ -94,10 +97,10 @@ extern Fl_Text_Display *shell_run_display; extern Fl_Return_Button *shell_run_button; Fl_Double_Window* make_shell_window(); extern Fl_Double_Window *grid_window; -extern void grid_cb(Fl_Input*, long); -extern Fl_Input *horizontal_input; -extern Fl_Input *vertical_input; -extern Fl_Input *snap_input; +extern void grid_cb(Fl_Int_Input*, long); +extern Fl_Int_Input *horizontal_input; +extern Fl_Int_Input *vertical_input; +extern Fl_Int_Input *snap_input; extern void guides_cb(Fl_Check_Button*, long); extern Fl_Check_Button *guides_toggle; #include <FL/Fl_Round_Button.H> |
