diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-19 08:38:21 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-19 08:38:21 +0000 |
| commit | 81bd60b47dbd8a2a25e1400594849702539def94 (patch) | |
| tree | d9b9a90274faba63e05696d7db40782b0c7f18cf /fluid/alignment_panel.h | |
| parent | 59004878f3c36ec693737b631f5769f511fd74cb (diff) | |
More UI cleanup.
fluid/*.fl:
- Go through all of the UIs and make sure they conform to the
UI guidelines.
fluid/fluid.cxx:
- Change fl_ask() and fl_choice() to use the "Save"/"Don't
Save" and similar button labels instead of "Yes" and "No",
per UI guidelines.
fluid/factory.cxx:
fluid/Fl_Type.h:
- Make sure that widget and type names are capitalized.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 21f6c8d64..decc1d542 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -70,15 +70,15 @@ extern Fl_Check_Button *prevpos_button; Fl_Double_Window* make_settings_window(); extern Fl_Double_Window *shell_window; extern Fl_Input *shell_command_input; -extern Fl_Check_Button *shell_savefl_button; extern Fl_Check_Button *shell_writecode_button; extern Fl_Check_Button *shell_writemsgs_button; +extern Fl_Check_Button *shell_savefl_button; #include <FL/Fl_Return_Button.H> extern void do_shell_command(Fl_Return_Button*, void*); extern Fl_Double_Window *shell_run_window; -extern Fl_Return_Button *shell_run_button; #include <FL/Fl_Text_Display.H> 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); |
