diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-24 18:22:50 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-24 18:22:50 +0000 |
| commit | 8ff6d1daf49861b28bafc9e905ff9dcd910653be (patch) | |
| tree | 34d788d13090ec2ac8a586af3e443de928ad37f1 /fluid/alignment_panel.h | |
| parent | cd914369a657d7806dfd86b1fe7e3535f43d779b (diff) | |
FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0;
will work on changes for 2.0 later this week...
(please let me know what you think...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1082 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index dcf8d3863..cf73c8927 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -19,5 +19,14 @@ extern Fl_Input *code_file_input; #include <FL/Fl_Light_Button.H> extern void include_H_from_C_button_cb(Fl_Light_Button*, void*); extern Fl_Light_Button *include_H_from_C_button; +#include <FL/Fl_Choice.H> +extern void i18n_type_cb(Fl_Choice*, void*); +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; +extern Fl_Input *i18n_function_input; Fl_Window* make_alignment_window(); +extern Fl_Menu_Item menu_i18n_type_chooser[]; #endif |
