|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
00001 // 00002 // "$Id: alignment_panel.h 8089 2010-12-20 22:19:24Z matt $" 00003 // 00004 // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). 00005 // 00006 // Copyright 1998-2010 by Bill Spitzak and others. 00007 // 00008 // This library is free software; you can redistribute it and/or 00009 // modify it under the terms of the GNU Library General Public 00010 // License as published by the Free Software Foundation; either 00011 // version 2 of the License, or (at your option) any later version. 00012 // 00013 // This library is distributed in the hope that it will be useful, 00014 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 // Library General Public License for more details. 00017 // 00018 // You should have received a copy of the GNU Library General Public 00019 // License along with this library; if not, write to the Free Software 00020 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00021 // USA. 00022 // 00023 // Please report all bugs and problems on the following page: 00024 // 00025 // http://www.fltk.org/str.php 00026 // 00027 00028 // generated by Fast Light User Interface Designer (fluid) version 1.0300 00029 00030 #ifndef alignment_panel_h 00031 #define alignment_panel_h 00032 #include <FL/Fl.H> 00033 #include <FL/Fl_Text_Buffer.H> 00034 #include <FL/Fl_Text_Display.H> 00035 #include <FL/filename.H> 00036 extern void load_history(); 00037 extern void redraw_browser(); 00038 extern int show_comments; 00039 extern int show_coredevmenus; 00040 extern struct Fl_Menu_Item *dbmanager_item; 00041 extern Fl_Preferences fluid_prefs; 00042 extern Fl_Text_Buffer *shell_run_buffer; 00043 #include <FL/Fl_Double_Window.H> 00044 #include <FL/Fl_Preferences.H> 00045 #include <FL/Fl_Tooltip.H> 00046 extern Fl_Double_Window *project_window; 00047 #include <FL/Fl_Button.H> 00048 #include <FL/Fl_Tabs.H> 00049 #include <FL/Fl_Group.H> 00050 #include <FL/Fl_Box.H> 00051 #include <FL/Fl_Input.H> 00052 extern void header_input_cb(Fl_Input*, void*); 00053 extern Fl_Input *header_file_input; 00054 extern void code_input_cb(Fl_Input*, void*); 00055 extern Fl_Input *code_file_input; 00056 #include <FL/Fl_Check_Button.H> 00057 extern void include_H_from_C_button_cb(Fl_Check_Button*, void*); 00058 extern Fl_Check_Button *include_H_from_C_button; 00059 extern void use_FL_COMMAND_button_cb(Fl_Check_Button*, void*); 00060 extern Fl_Check_Button *use_FL_COMMAND_button; 00061 #include <FL/Fl_Choice.H> 00062 extern void i18n_type_cb(Fl_Choice*, void*); 00063 extern Fl_Choice *i18n_type_chooser; 00064 extern void i18n_text_cb(Fl_Input*, void*); 00065 extern Fl_Input *i18n_include_input; 00066 extern Fl_Input *i18n_file_input; 00067 #include <FL/Fl_Int_Input.H> 00068 extern void i18n_int_cb(Fl_Int_Input*, void*); 00069 extern Fl_Int_Input *i18n_set_input; 00070 extern Fl_Input *i18n_function_input; 00071 Fl_Double_Window* make_project_window(); 00072 extern Fl_Menu_Item menu_i18n_type_chooser[]; 00073 extern void i18n_cb(Fl_Choice *,void *); 00074 extern void scheme_cb(Fl_Choice *, void *); 00075 extern Fl_Double_Window *settings_window; 00076 extern void scheme_cb(Fl_Choice*, void*); 00077 extern Fl_Choice *scheme_choice; 00078 extern Fl_Check_Button *tooltips_button; 00079 extern Fl_Check_Button *completion_button; 00080 extern Fl_Check_Button *openlast_button; 00081 extern Fl_Check_Button *prevpos_button; 00082 extern Fl_Check_Button *show_comments_button; 00083 #include <FL/Fl_Spinner.H> 00084 extern Fl_Spinner *recent_spinner; 00085 Fl_Double_Window* make_settings_window(); 00086 extern Fl_Menu_Item menu_scheme_choice[]; 00087 extern Fl_Double_Window *shell_window; 00088 extern Fl_Input *shell_command_input; 00089 extern Fl_Check_Button *shell_writecode_button; 00090 extern Fl_Check_Button *shell_writemsgs_button; 00091 extern Fl_Check_Button *shell_savefl_button; 00092 #include <FL/Fl_Return_Button.H> 00093 extern void do_shell_command(Fl_Return_Button*, void*); 00094 extern Fl_Double_Window *shell_run_window; 00095 #include <FL/Fl_Text_Display.H> 00096 extern Fl_Text_Display *shell_run_display; 00097 extern Fl_Return_Button *shell_run_button; 00098 Fl_Double_Window* make_shell_window(); 00099 extern Fl_Double_Window *grid_window; 00100 extern void grid_cb(Fl_Int_Input*, long); 00101 extern Fl_Int_Input *horizontal_input; 00102 extern Fl_Int_Input *vertical_input; 00103 extern Fl_Int_Input *snap_input; 00104 extern void guides_cb(Fl_Check_Button*, long); 00105 extern Fl_Check_Button *guides_toggle; 00106 #include <FL/Fl_Round_Button.H> 00107 extern void default_widget_size_cb(Fl_Round_Button*, long); 00108 extern Fl_Round_Button *def_widget_size[6]; 00109 Fl_Double_Window* make_layout_window(); 00110 void show_global_settings_window(); 00111 extern Fl_Double_Window *global_settings_window; 00112 extern Fl_Choice *wVisibleFocus; 00113 extern Fl_Choice *wArrowFocus; 00114 extern Fl_Choice *wShowTooltips; 00115 extern Fl_Choice *wDNDText; 00116 extern Fl_Choice *wUserOrSystem; 00117 Fl_Double_Window* make_global_settings_window(); 00118 extern Fl_Menu_Item menu_wVisibleFocus[]; 00119 extern Fl_Menu_Item menu_wArrowFocus[]; 00120 extern Fl_Menu_Item menu_wShowTooltips[]; 00121 extern Fl_Menu_Item menu_wDNDText[]; 00122 extern Fl_Menu_Item menu_wUserOrSystem[]; 00123 #endif 00124 00125 // 00126 // End of "$Id: alignment_panel.h 8089 2010-12-20 22:19:24Z matt $". 00127 //