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.

127 lines
4.8KB

  1. //
  2. // "$Id: widget_panel.h 7903 2010-11-28 21:06:39Z matt $"
  3. //
  4. // Widget panel 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 widget_panel_h
  29. #define widget_panel_h
  30. #include <FL/Fl.H>
  31. #include <FL/Fl_Double_Window.H>
  32. #include <FL/Fl_Tabs.H>
  33. #include <FL/Fl_Group.H>
  34. extern void propagate_load(Fl_Group*, void*);
  35. #include <FL/Fl_Input.H>
  36. extern void label_cb(Fl_Input*, void*);
  37. #include <FL/Fl_Choice.H>
  38. extern Fl_Menu_Item labeltypemenu[];
  39. extern void labeltype_cb(Fl_Choice*, void*);
  40. extern void image_cb(Fl_Input*, void*);
  41. #include <FL/Fl_Button.H>
  42. extern void image_browse_cb(Fl_Button*, void*);
  43. extern void inactive_cb(Fl_Input*, void*);
  44. extern void inactive_browse_cb(Fl_Button*, void*);
  45. extern void align_cb(Fl_Button*, void*);
  46. extern void align_text_image_cb(Fl_Choice*, void*);
  47. extern void align_position_cb(Fl_Choice*, void*);
  48. #include <FL/Fl_Box.H>
  49. #include <FL/Fl_Value_Input.H>
  50. extern void x_cb(Fl_Value_Input*, void*);
  51. extern Fl_Value_Input *widget_x_input;
  52. extern void y_cb(Fl_Value_Input*, void*);
  53. extern Fl_Value_Input *widget_y_input;
  54. extern void w_cb(Fl_Value_Input*, void*);
  55. extern Fl_Value_Input *widget_w_input;
  56. extern void h_cb(Fl_Value_Input*, void*);
  57. extern Fl_Value_Input *widget_h_input;
  58. #include <FL/Fl_Light_Button.H>
  59. extern void wc_relative_cb(Fl_Light_Button*, void*);
  60. extern void slider_size_cb(Fl_Value_Input*, void*);
  61. extern void min_cb(Fl_Value_Input*, void*);
  62. extern void max_cb(Fl_Value_Input*, void*);
  63. extern void step_cb(Fl_Value_Input*, void*);
  64. extern void value_cb(Fl_Value_Input*, void*);
  65. extern void min_w_cb(Fl_Value_Input*, void*);
  66. extern void min_h_cb(Fl_Value_Input*, void*);
  67. extern void set_min_size_cb(Fl_Button*, void*);
  68. extern void max_w_cb(Fl_Value_Input*, void*);
  69. extern void max_h_cb(Fl_Value_Input*, void*);
  70. extern void set_max_size_cb(Fl_Button*, void*);
  71. #include "Shortcut_Button.h"
  72. extern void shortcut_in_cb(Shortcut_Button*, void*);
  73. extern void xclass_cb(Fl_Input*, void*);
  74. extern void border_cb(Fl_Light_Button*, void*);
  75. extern void modal_cb(Fl_Light_Button*, void*);
  76. extern void non_modal_cb(Fl_Light_Button*, void*);
  77. extern void visible_cb(Fl_Light_Button*, void*);
  78. extern void active_cb(Fl_Light_Button*, void*);
  79. extern void resizable_cb(Fl_Light_Button*, void*);
  80. extern void hotspot_cb(Fl_Light_Button*, void*);
  81. extern void tooltip_cb(Fl_Input*, void*);
  82. extern Fl_Menu_Item fontmenu[];
  83. extern void labelfont_cb(Fl_Choice*, void*);
  84. extern void labelsize_cb(Fl_Value_Input*, void*);
  85. extern void labelcolor_cb(Fl_Button*, void*);
  86. extern Fl_Menu_Item boxmenu[];
  87. extern void box_cb(Fl_Choice*, void*);
  88. extern void color_cb(Fl_Button*, void*);
  89. extern void down_box_cb(Fl_Choice*, void*);
  90. extern void color2_cb(Fl_Button*, void*);
  91. extern void textfont_cb(Fl_Choice*, void*);
  92. extern void textsize_cb(Fl_Value_Input*, void*);
  93. extern void textcolor_cb(Fl_Button*, void*);
  94. extern void subclass_cb(Fl_Input*, void*);
  95. extern void subtype_cb(Fl_Choice*, void*);
  96. extern void name_cb(Fl_Input*, void*);
  97. extern void name_public_member_cb(Fl_Choice*, void*);
  98. extern void name_public_cb(Fl_Choice*, void*);
  99. extern void v_input_cb(Fl_Input*, void*);
  100. extern Fl_Input *v_input[4];
  101. #include "CodeEditor.h"
  102. extern void callback_cb(CodeEditor*, void*);
  103. extern void user_data_cb(Fl_Input*, void*);
  104. extern Fl_Menu_Item whenmenu[];
  105. extern void when_cb(Fl_Choice*, void*);
  106. extern void user_data_type_cb(Fl_Input*, void*);
  107. extern void when_button_cb(Fl_Light_Button*, void*);
  108. extern void overlay_cb(Fl_Button*, void*);
  109. extern void revert_cb(Fl_Button*, void*);
  110. #include <FL/Fl_Return_Button.H>
  111. extern void ok_cb(Fl_Return_Button*, void*);
  112. extern void cancel_cb(Fl_Button*, void*);
  113. extern void live_mode_cb(Fl_Button*, void*);
  114. extern Fl_Button *wLiveMode;
  115. Fl_Double_Window* make_widget_panel();
  116. extern Fl_Menu_Item menu_[];
  117. extern Fl_Menu_Item menu_1[];
  118. extern Fl_Menu_Item menu_2[];
  119. extern Fl_Menu_Item menu_3[];
  120. #endif
  121. //
  122. // End of "$Id: widget_panel.h 7903 2010-11-28 21:06:39Z matt $".
  123. //