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)  

widget_panel.h

Go to the documentation of this file.
00001 //
00002 // "$Id: widget_panel.h 7903 2010-11-28 21:06:39Z matt $"
00003 //
00004 // Widget panel 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 widget_panel_h
00031 #define widget_panel_h
00032 #include <FL/Fl.H>
00033 #include <FL/Fl_Double_Window.H>
00034 #include <FL/Fl_Tabs.H>
00035 #include <FL/Fl_Group.H>
00036 extern void propagate_load(Fl_Group*, void*);
00037 #include <FL/Fl_Input.H>
00038 extern void label_cb(Fl_Input*, void*);
00039 #include <FL/Fl_Choice.H>
00040 extern Fl_Menu_Item labeltypemenu[];
00041 extern void labeltype_cb(Fl_Choice*, void*);
00042 extern void image_cb(Fl_Input*, void*);
00043 #include <FL/Fl_Button.H>
00044 extern void image_browse_cb(Fl_Button*, void*);
00045 extern void inactive_cb(Fl_Input*, void*);
00046 extern void inactive_browse_cb(Fl_Button*, void*);
00047 extern void align_cb(Fl_Button*, void*);
00048 extern void align_text_image_cb(Fl_Choice*, void*);
00049 extern void align_position_cb(Fl_Choice*, void*);
00050 #include <FL/Fl_Box.H>
00051 #include <FL/Fl_Value_Input.H>
00052 extern void x_cb(Fl_Value_Input*, void*);
00053 extern Fl_Value_Input *widget_x_input;
00054 extern void y_cb(Fl_Value_Input*, void*);
00055 extern Fl_Value_Input *widget_y_input;
00056 extern void w_cb(Fl_Value_Input*, void*);
00057 extern Fl_Value_Input *widget_w_input;
00058 extern void h_cb(Fl_Value_Input*, void*);
00059 extern Fl_Value_Input *widget_h_input;
00060 #include <FL/Fl_Light_Button.H>
00061 extern void wc_relative_cb(Fl_Light_Button*, void*);
00062 extern void slider_size_cb(Fl_Value_Input*, void*);
00063 extern void min_cb(Fl_Value_Input*, void*);
00064 extern void max_cb(Fl_Value_Input*, void*);
00065 extern void step_cb(Fl_Value_Input*, void*);
00066 extern void value_cb(Fl_Value_Input*, void*);
00067 extern void min_w_cb(Fl_Value_Input*, void*);
00068 extern void min_h_cb(Fl_Value_Input*, void*);
00069 extern void set_min_size_cb(Fl_Button*, void*);
00070 extern void max_w_cb(Fl_Value_Input*, void*);
00071 extern void max_h_cb(Fl_Value_Input*, void*);
00072 extern void set_max_size_cb(Fl_Button*, void*);
00073 #include "Shortcut_Button.h"
00074 extern void shortcut_in_cb(Shortcut_Button*, void*);
00075 extern void xclass_cb(Fl_Input*, void*);
00076 extern void border_cb(Fl_Light_Button*, void*);
00077 extern void modal_cb(Fl_Light_Button*, void*);
00078 extern void non_modal_cb(Fl_Light_Button*, void*);
00079 extern void visible_cb(Fl_Light_Button*, void*);
00080 extern void active_cb(Fl_Light_Button*, void*);
00081 extern void resizable_cb(Fl_Light_Button*, void*);
00082 extern void hotspot_cb(Fl_Light_Button*, void*);
00083 extern void tooltip_cb(Fl_Input*, void*);
00084 extern Fl_Menu_Item fontmenu[];
00085 extern void labelfont_cb(Fl_Choice*, void*);
00086 extern void labelsize_cb(Fl_Value_Input*, void*);
00087 extern void labelcolor_cb(Fl_Button*, void*);
00088 extern Fl_Menu_Item boxmenu[];
00089 extern void box_cb(Fl_Choice*, void*);
00090 extern void color_cb(Fl_Button*, void*);
00091 extern void down_box_cb(Fl_Choice*, void*);
00092 extern void color2_cb(Fl_Button*, void*);
00093 extern void textfont_cb(Fl_Choice*, void*);
00094 extern void textsize_cb(Fl_Value_Input*, void*);
00095 extern void textcolor_cb(Fl_Button*, void*);
00096 extern void subclass_cb(Fl_Input*, void*);
00097 extern void subtype_cb(Fl_Choice*, void*);
00098 extern void name_cb(Fl_Input*, void*);
00099 extern void name_public_member_cb(Fl_Choice*, void*);
00100 extern void name_public_cb(Fl_Choice*, void*);
00101 extern void v_input_cb(Fl_Input*, void*);
00102 extern Fl_Input *v_input[4];
00103 #include "CodeEditor.h"
00104 extern void callback_cb(CodeEditor*, void*);
00105 extern void user_data_cb(Fl_Input*, void*);
00106 extern Fl_Menu_Item whenmenu[];
00107 extern void when_cb(Fl_Choice*, void*);
00108 extern void user_data_type_cb(Fl_Input*, void*);
00109 extern void when_button_cb(Fl_Light_Button*, void*);
00110 extern void overlay_cb(Fl_Button*, void*);
00111 extern void revert_cb(Fl_Button*, void*);
00112 #include <FL/Fl_Return_Button.H>
00113 extern void ok_cb(Fl_Return_Button*, void*);
00114 extern void cancel_cb(Fl_Button*, void*);
00115 extern void live_mode_cb(Fl_Button*, void*);
00116 extern Fl_Button *wLiveMode;
00117 Fl_Double_Window* make_widget_panel();
00118 extern Fl_Menu_Item menu_[];
00119 extern Fl_Menu_Item menu_1[];
00120 extern Fl_Menu_Item menu_2[];
00121 extern Fl_Menu_Item menu_3[];
00122 #endif
00123 
00124 //
00125 // End of "$Id: widget_panel.h 7903 2010-11-28 21:06:39Z matt $".
00126 //