You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
4.6KB

  1. //
  2. // "$Id: alignment_panel.h 8089 2010-12-20 22:19:24Z matt $"
  3. //
  4. // Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
  5. //
  6. // Copyright 1998-2010 by Bill Spitzak and others.
  7. //
  8. // This library is free software; you can redistribute it and/or
  9. // modify it under the terms of the GNU Library General Public
  10. // License as published by the Free Software Foundation; either
  11. // version 2 of the License, or (at your option) any later version.
  12. //
  13. // This library is distributed in the hope that it will be useful,
  14. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. // Library General Public License for more details.
  17. //
  18. // You should have received a copy of the GNU Library General Public
  19. // License along with this library; if not, write to the Free Software
  20. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  21. // USA.
  22. //
  23. // Please report all bugs and problems on the following page:
  24. //
  25. // http://www.fltk.org/str.php
  26. //
  27. // generated by Fast Light User Interface Designer (fluid) version 1.0300
  28. #ifndef alignment_panel_h
  29. #define alignment_panel_h
  30. #include <FL/Fl.H>
  31. #include <FL/Fl_Text_Buffer.H>
  32. #include <FL/Fl_Text_Display.H>
  33. #include <FL/filename.H>
  34. extern void load_history();
  35. extern void redraw_browser();
  36. extern int show_comments;
  37. extern int show_coredevmenus;
  38. extern struct Fl_Menu_Item *dbmanager_item;
  39. extern Fl_Preferences fluid_prefs;
  40. extern Fl_Text_Buffer *shell_run_buffer;
  41. #include <FL/Fl_Double_Window.H>
  42. #include <FL/Fl_Preferences.H>
  43. #include <FL/Fl_Tooltip.H>
  44. extern Fl_Double_Window *project_window;
  45. #include <FL/Fl_Button.H>
  46. #include <FL/Fl_Tabs.H>
  47. #include <FL/Fl_Group.H>
  48. #include <FL/Fl_Box.H>
  49. #include <FL/Fl_Input.H>
  50. extern void header_input_cb(Fl_Input*, void*);
  51. extern Fl_Input *header_file_input;
  52. extern void code_input_cb(Fl_Input*, void*);
  53. extern Fl_Input *code_file_input;
  54. #include <FL/Fl_Check_Button.H>
  55. extern void include_H_from_C_button_cb(Fl_Check_Button*, void*);
  56. extern Fl_Check_Button *include_H_from_C_button;
  57. extern void use_FL_COMMAND_button_cb(Fl_Check_Button*, void*);
  58. extern Fl_Check_Button *use_FL_COMMAND_button;
  59. #include <FL/Fl_Choice.H>
  60. extern void i18n_type_cb(Fl_Choice*, void*);
  61. extern Fl_Choice *i18n_type_chooser;
  62. extern void i18n_text_cb(Fl_Input*, void*);
  63. extern Fl_Input *i18n_include_input;
  64. extern Fl_Input *i18n_file_input;
  65. #include <FL/Fl_Int_Input.H>
  66. extern void i18n_int_cb(Fl_Int_Input*, void*);
  67. extern Fl_Int_Input *i18n_set_input;
  68. extern Fl_Input *i18n_function_input;
  69. Fl_Double_Window* make_project_window();
  70. extern Fl_Menu_Item menu_i18n_type_chooser[];
  71. extern void i18n_cb(Fl_Choice *,void *);
  72. extern void scheme_cb(Fl_Choice *, void *);
  73. extern Fl_Double_Window *settings_window;
  74. extern void scheme_cb(Fl_Choice*, void*);
  75. extern Fl_Choice *scheme_choice;
  76. extern Fl_Check_Button *tooltips_button;
  77. extern Fl_Check_Button *completion_button;
  78. extern Fl_Check_Button *openlast_button;
  79. extern Fl_Check_Button *prevpos_button;
  80. extern Fl_Check_Button *show_comments_button;
  81. #include <FL/Fl_Spinner.H>
  82. extern Fl_Spinner *recent_spinner;
  83. Fl_Double_Window* make_settings_window();
  84. extern Fl_Menu_Item menu_scheme_choice[];
  85. extern Fl_Double_Window *shell_window;
  86. extern Fl_Input *shell_command_input;
  87. extern Fl_Check_Button *shell_writecode_button;
  88. extern Fl_Check_Button *shell_writemsgs_button;
  89. extern Fl_Check_Button *shell_savefl_button;
  90. #include <FL/Fl_Return_Button.H>
  91. extern void do_shell_command(Fl_Return_Button*, void*);
  92. extern Fl_Double_Window *shell_run_window;
  93. #include <FL/Fl_Text_Display.H>
  94. extern Fl_Text_Display *shell_run_display;
  95. extern Fl_Return_Button *shell_run_button;
  96. Fl_Double_Window* make_shell_window();
  97. extern Fl_Double_Window *grid_window;
  98. extern void grid_cb(Fl_Int_Input*, long);
  99. extern Fl_Int_Input *horizontal_input;
  100. extern Fl_Int_Input *vertical_input;
  101. extern Fl_Int_Input *snap_input;
  102. extern void guides_cb(Fl_Check_Button*, long);
  103. extern Fl_Check_Button *guides_toggle;
  104. #include <FL/Fl_Round_Button.H>
  105. extern void default_widget_size_cb(Fl_Round_Button*, long);
  106. extern Fl_Round_Button *def_widget_size[6];
  107. Fl_Double_Window* make_layout_window();
  108. void show_global_settings_window();
  109. extern Fl_Double_Window *global_settings_window;
  110. extern Fl_Choice *wVisibleFocus;
  111. extern Fl_Choice *wArrowFocus;
  112. extern Fl_Choice *wShowTooltips;
  113. extern Fl_Choice *wDNDText;
  114. extern Fl_Choice *wUserOrSystem;
  115. Fl_Double_Window* make_global_settings_window();
  116. extern Fl_Menu_Item menu_wVisibleFocus[];
  117. extern Fl_Menu_Item menu_wArrowFocus[];
  118. extern Fl_Menu_Item menu_wShowTooltips[];
  119. extern Fl_Menu_Item menu_wDNDText[];
  120. extern Fl_Menu_Item menu_wUserOrSystem[];
  121. #endif
  122. //
  123. // End of "$Id: alignment_panel.h 8089 2010-12-20 22:19:24Z matt $".
  124. //