2002-11-03 07:50:54 +03:00
|
|
|
# data file for the Fltk User Interface Designer (fluid)
|
2005-03-07 19:55:34 +03:00
|
|
|
version 1.0107
|
2002-11-03 07:50:54 +03:00
|
|
|
header_name {.h}
|
|
|
|
code_name {.cxx}
|
2005-03-18 09:29:11 +03:00
|
|
|
comment {//
|
|
|
|
// "$Id$"
|
|
|
|
//
|
|
|
|
// Widget panel for the Fast Light Tool Kit (FLTK).
|
|
|
|
//
|
|
|
|
// Copyright 1998-2005 by Bill Spitzak and others.
|
|
|
|
//
|
|
|
|
// This library is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Library General Public
|
|
|
|
// License as published by the Free Software Foundation; either
|
|
|
|
// version 2 of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// Library General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Library General Public
|
|
|
|
// License along with this library; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
// USA.
|
|
|
|
//
|
|
|
|
// Please report all bugs and problems on the following page:
|
|
|
|
//
|
|
|
|
// http://www.fltk.org/str.php
|
|
|
|
//
|
|
|
|
} {in_source in_header
|
|
|
|
}
|
|
|
|
|
2002-11-03 07:50:54 +03:00
|
|
|
Function {make_widget_panel()} {open
|
|
|
|
} {
|
2005-03-21 09:28:30 +03:00
|
|
|
Fl_Window {} {open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {632 21 405 345} type Double labelsize 11 resizable hotspot visible
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Tabs {} {
|
|
|
|
callback {propagate_load((Fl_Group *)o,v);} open
|
2005-04-21 23:03:46 +04:00
|
|
|
xywh {3 5 397 310} selection_color 4 labelsize 11 when 0 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
|
|
|
label GUI
|
2005-03-19 11:41:51 +03:00
|
|
|
callback propagate_load
|
|
|
|
xywh {3 25 396 285} labelsize 11 when 0 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {3 25 396 285} labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {85 25 309 30} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {Label:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback label_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The label text for the widget.} xywh {85 30 199 20} labelfont 1 labelsize 11 when 1 textsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Choice {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
callback labeltype_cb open
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The label style for the widget.} xywh {285 30 109 20} box THIN_UP_BOX down_box BORDER_BOX labelsize 11 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
code0 {extern Fl_Menu_Item labeltypemenu[];}
|
|
|
|
code1 {o->menu(labeltypemenu);}
|
|
|
|
} {}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {85 55 310 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {Image:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback image_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The active image for the widget.} xywh {85 55 241 20} labelfont 1 labelsize 11 textsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Browse...}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback image_browse_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Click to choose the active image.} xywh {325 55 70 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {84 80 310 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {Inactive:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback inactive_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The inactive image for the widget.} xywh {85 80 240 20} labelfont 1 labelsize 11 textsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Browse...}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback inactive_browse_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Click to choose the inactive image.} xywh {324 80 70 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
|
|
|
label {Alignment:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {85 106 309 20} labelfont 1 labelsize 11 align 4
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Button {} {
|
2005-03-18 09:29:11 +03:00
|
|
|
label Clip
|
2002-11-03 07:50:54 +03:00
|
|
|
user_data FL_ALIGN_CLIP
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Clip the label to the inside of the widget.} xywh {85 106 40 20} type Toggle selection_color 8 labelsize 11 align 16
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
2005-03-18 09:29:11 +03:00
|
|
|
label Wrap
|
2002-11-03 07:50:54 +03:00
|
|
|
user_data FL_ALIGN_WRAP
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Wrap the label text.} xywh {130 106 45 20} type Toggle selection_color 8 labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
2005-03-18 09:29:11 +03:00
|
|
|
label {Text/Image}
|
2002-11-03 07:50:54 +03:00
|
|
|
user_data FL_ALIGN_TEXT_OVER_IMAGE
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Show the label text over the image.} xywh {180 106 69 20} type Toggle selection_color 8 labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {@-1<-}
|
|
|
|
user_data FL_ALIGN_LEFT
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Left-align the label.} xywh {254 106 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {@-1->}
|
|
|
|
user_data FL_ALIGN_RIGHT
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Right-align the label.} xywh {279 106 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {@-18}
|
|
|
|
user_data FL_ALIGN_TOP
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Top-align the label.} xywh {304 106 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {@-12}
|
|
|
|
user_data FL_ALIGN_BOTTOM
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Bottom-align the label.} xywh {329 106 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {@-3square}
|
|
|
|
user_data FL_ALIGN_INSIDE
|
2003-01-04 03:34:44 +03:00
|
|
|
callback align_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Show the label inside the widget.} xywh {354 106 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
2003-01-04 03:34:44 +03:00
|
|
|
Fl_Box {} {
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {379 106 15 20} labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
2004-11-20 18:42:25 +03:00
|
|
|
Fl_Value_Input widget_x_input {
|
2003-01-04 03:24:19 +03:00
|
|
|
label {X:}
|
2005-03-07 19:55:34 +03:00
|
|
|
callback x_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The X position of the widget.} xywh {85 145 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
|
2003-01-04 03:24:19 +03:00
|
|
|
}
|
2002-11-03 07:50:54 +03:00
|
|
|
Fl_Box {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
label {Position:}
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {24 145 61 20} labelfont 1 labelsize 11 align 24
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
2004-11-20 18:42:25 +03:00
|
|
|
Fl_Value_Input widget_y_input {
|
2003-01-04 03:24:19 +03:00
|
|
|
label {Y:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback y_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The Y position of the widget.} xywh {149 145 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
|
2003-01-04 03:24:19 +03:00
|
|
|
}
|
2004-11-20 18:42:25 +03:00
|
|
|
Fl_Value_Input widget_w_input {
|
2003-01-04 03:24:19 +03:00
|
|
|
label {Width:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback w_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The width of the widget.} xywh {214 145 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
|
2003-01-04 03:24:19 +03:00
|
|
|
}
|
2004-11-20 18:42:25 +03:00
|
|
|
Fl_Value_Input widget_h_input {
|
2003-01-04 03:24:19 +03:00
|
|
|
label {Height:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback h_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The height of the widget.} xywh {279 145 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
|
2003-01-04 03:24:19 +03:00
|
|
|
}
|
2002-11-03 07:50:54 +03:00
|
|
|
Fl_Box {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
label {Values:}
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {29 185 55 20} labelfont 1 labelsize 11 align 24
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Value_Input {} {
|
|
|
|
label {Size:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback slider_size_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The size of the slider.} xywh {84 185 55 20} labelsize 11 align 5 step 0.010101 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Value_Input {} {
|
|
|
|
label {Minimum:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback min_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The minimum value of the widget.} xywh {144 185 55 20} labelsize 11 align 5 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Value_Input {} {
|
|
|
|
label {Maximum:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback max_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The maximum value of the widget.} xywh {204 185 55 20} labelsize 11 align 5 value 1 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Value_Input {} {
|
|
|
|
label {Step:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback step_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The resolution of the widget value.} xywh {264 185 55 20} labelsize 11 align 5 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Value_Input {} {
|
|
|
|
label {Value:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback value_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The current widget value.} xywh {324 185 55 20} labelsize 11 align 5 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Shortcut:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback shortcut_in_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The shortcut key for the widget.} xywh {84 210 308 20} box DOWN_BOX color 7 selection_color 7 labelfont 1 labelsize 11 align 4
|
2002-11-03 07:50:54 +03:00
|
|
|
code0 {\#include "Shortcut_Button.h"}
|
|
|
|
class Shortcut_Button
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {87 235 305 21} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
2003-01-04 03:24:19 +03:00
|
|
|
Fl_Input {} {
|
|
|
|
label {X Class:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback xclass_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The X resource class.} xywh {87 236 101 20} labelfont 1 labelsize 11 textsize 11 resizable
|
2003-01-04 03:24:19 +03:00
|
|
|
}
|
2002-11-03 07:50:54 +03:00
|
|
|
Fl_Light_Button {} {
|
|
|
|
label Border
|
2003-01-04 03:34:44 +03:00
|
|
|
callback border_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Add a border around the window.} xywh {193 236 59 20} selection_color 1 labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Light_Button {} {
|
|
|
|
label Modal
|
2003-01-04 03:34:44 +03:00
|
|
|
callback modal_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Make the window modal.} xywh {257 236 55 20} selection_color 1 labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Light_Button {} {
|
|
|
|
label Nonmodal
|
2003-01-04 03:34:44 +03:00
|
|
|
callback non_modal_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Make the window non-modal.} xywh {317 235 75 21} selection_color 1 labelsize 11 align 148
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {87 260 307 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Light_Button {} {
|
|
|
|
label Visible
|
2003-01-04 03:34:44 +03:00
|
|
|
callback visible_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Show the widget.} xywh {87 260 57 20} selection_color 1 labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
2003-01-04 03:24:19 +03:00
|
|
|
Fl_Box {} {
|
2003-01-04 03:34:44 +03:00
|
|
|
label {Attributes:}
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {87 260 6 20} labelfont 1 labelsize 11 align 4
|
2003-01-04 03:24:19 +03:00
|
|
|
}
|
2002-11-03 07:50:54 +03:00
|
|
|
Fl_Light_Button {} {
|
|
|
|
label Active
|
2003-01-04 03:34:44 +03:00
|
|
|
callback active_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Activate the widget.} xywh {149 260 56 20} selection_color 1 labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Light_Button {} {
|
|
|
|
label Resizable
|
2003-01-04 03:34:44 +03:00
|
|
|
callback resizable_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Make the widget resizable.} xywh {210 260 74 20} selection_color 1 labelsize 11 when 1
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Light_Button {} {
|
|
|
|
label Hotspot
|
2003-01-04 03:34:44 +03:00
|
|
|
callback hotspot_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Center the window under this widget.} xywh {289 260 64 20} selection_color 1 labelsize 11 when 1
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
2003-01-04 03:34:44 +03:00
|
|
|
Fl_Box {} {
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {374 260 20 20} labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Input {} {
|
|
|
|
label {Tooltip:}
|
2003-01-04 03:34:44 +03:00
|
|
|
callback tooltip_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The tooltip text for the widget.} xywh {87 285 307 20} labelfont 1 labelsize 11 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
2003-01-04 03:34:44 +03:00
|
|
|
Fl_Box {} {
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {89 305 305 5} labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
|
|
|
label Style
|
|
|
|
callback propagate_load
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {3 25 397 290} labelsize 11 when 0 hide
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:24:19 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {3 25 396 178} labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 30 300 100} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:24:19 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 30 300 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Choice {} {
|
|
|
|
label {Label Font:}
|
|
|
|
callback labelfont_cb open
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The style of the label text.} xywh {95 30 162 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
code0 {extern Fl_Menu_Item fontmenu[];}
|
|
|
|
code1 {o->menu(fontmenu);}
|
|
|
|
} {}
|
|
|
|
Fl_Value_Input {} {
|
|
|
|
callback labelsize_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The size of the label text.} xywh {255 30 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Label Color}
|
|
|
|
callback labelcolor_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The color of the label text.} xywh {305 30 90 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:24:19 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 55 300 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Choice {} {
|
|
|
|
label {Box:}
|
|
|
|
callback box_cb open
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The "up" box of the widget.} xywh {95 55 210 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
code0 {extern Fl_Menu_Item boxmenu[];}
|
|
|
|
code1 {o->menu(boxmenu);}
|
|
|
|
} {}
|
|
|
|
Fl_Button {} {
|
|
|
|
label Color
|
|
|
|
callback color_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The background color of the widget.} xywh {305 55 90 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:24:19 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 80 300 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Choice {} {
|
|
|
|
label {Down Box:}
|
|
|
|
callback down_box_cb open
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The "down" box of the widget.} xywh {95 80 210 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
code0 {extern Fl_Menu_Item boxmenu[];}
|
|
|
|
code1 {o->menu(boxmenu);}
|
|
|
|
} {}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Select Color}
|
|
|
|
callback color2_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The selection color of the widget.} xywh {305 80 90 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:24:19 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 105 300 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Choice {} {
|
|
|
|
label {Text Font:}
|
|
|
|
callback textfont_cb open
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The value text style.} xywh {95 105 160 20} box DOWN_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
code0 {extern Fl_Menu_Item fontmenu[];}
|
|
|
|
code1 {o->menu(fontmenu);}
|
|
|
|
} {}
|
|
|
|
Fl_Value_Input {} {
|
|
|
|
callback textsize_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The value text size.} xywh {255 105 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Text Color}
|
|
|
|
callback textcolor_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The value text color.} xywh {305 105 90 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Box {} {
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 135 295 68} labelsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
|
|
|
label {C++}
|
2005-03-19 11:38:21 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {5 25 395 290} labelsize 11 when 0 hide
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:24:19 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 30 300 137} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 30 300 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {Class:}
|
|
|
|
user_data 4
|
|
|
|
callback subclass_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The widget subclass.} xywh {100 30 160 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Choice {} {
|
|
|
|
callback subtype_cb open
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The widget subtype.} xywh {260 30 135 20} box THIN_UP_BOX down_box BORDER_BOX labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 55 300 25} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {Name:}
|
|
|
|
callback name_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The name of the widget.} xywh {100 55 241 20} labelfont 1 labelsize 11 textsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Light_Button {} {
|
|
|
|
label public
|
|
|
|
callback name_public_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Make the widget publicly accessible.} xywh {341 55 54 20} selection_color 1 labelsize 11 when 1
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Input {v_input[0]} {
|
|
|
|
label {Extra Code:}
|
|
|
|
user_data 0
|
|
|
|
callback v_input_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Extra initialization code for the widget.} xywh {100 80 295 20} labelfont 1 labelsize 11 textfont 4 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Input {v_input[1]} {
|
|
|
|
user_data 1
|
|
|
|
callback v_input_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Extra initialization code for the widget.} xywh {100 100 295 20} labelsize 11 textfont 4 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Input {v_input[2]} {
|
|
|
|
user_data 2
|
|
|
|
callback v_input_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Extra initialization code for the widget.} xywh {100 120 295 20} labelsize 11 textfont 4 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Input {v_input[3]} {
|
|
|
|
user_data 3
|
|
|
|
callback v_input_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Extra initialization code for the widget.} xywh {100 142 295 20} labelsize 11 textfont 4 textsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
2005-03-19 11:38:21 +03:00
|
|
|
Fl_Text_Editor {} {
|
|
|
|
label {Callback:}
|
2005-04-21 23:03:46 +04:00
|
|
|
callback callback_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The callback function or code for the widget.} xywh {100 169 295 91} box DOWN_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11
|
2005-03-21 09:28:30 +03:00
|
|
|
code0 {\#include "CodeEditor.h"}
|
|
|
|
class CodeEditor
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2003-01-04 03:24:19 +03:00
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 265 303 45} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 265 303 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {User Data:}
|
|
|
|
callback user_data_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The user data to pass into the callback code.} xywh {100 265 140 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Choice {} {
|
|
|
|
label {When:}
|
|
|
|
callback when_cb open
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {When to call the callback function.} xywh {290 265 105 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 when 1
|
2002-11-03 07:50:54 +03:00
|
|
|
code0 {extern Fl_Menu_Item whenmenu[];}
|
|
|
|
code1 {o->menu(whenmenu);}
|
|
|
|
} {}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
|
|
|
callback propagate_load open
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {95 290 300 20} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {Type:}
|
|
|
|
callback user_data_type_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {The type of the user data.} xywh {100 290 140 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Light_Button {} {
|
|
|
|
label {No Change}
|
|
|
|
callback when_button_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
tooltip {Call the callback even if the value has not changed.} xywh {290 290 105 20} selection_color 1 labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {8 321 391 19} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
} {
|
2003-01-04 03:24:19 +03:00
|
|
|
Fl_Box {} {
|
2005-03-19 11:38:21 +03:00
|
|
|
xywh {8 330 20 0} labelsize 11 resizable
|
2003-01-04 03:24:19 +03:00
|
|
|
}
|
2002-11-03 07:50:54 +03:00
|
|
|
Fl_Button {} {
|
2005-04-21 23:03:46 +04:00
|
|
|
label {Hide &Overlays}
|
|
|
|
callback overlay_cb selected
|
|
|
|
tooltip {Hide the widget overlay box.} xywh {231 321 99 19} labelsize 11 labelcolor 1
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label Revert
|
|
|
|
callback revert_cb
|
2005-03-19 11:38:21 +03:00
|
|
|
xywh {159 330 80 0} labelsize 11 hide
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
Fl_Return_Button {} {
|
2005-03-19 11:41:51 +03:00
|
|
|
label Close
|
2002-11-03 07:50:54 +03:00
|
|
|
callback ok_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {335 321 64 19} labelsize 11
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
2003-01-04 03:24:19 +03:00
|
|
|
Fl_Button {} {
|
|
|
|
label Cancel
|
|
|
|
callback cancel_cb
|
2005-03-19 11:41:51 +03:00
|
|
|
xywh {329 330 70 0} labelsize 11 hide
|
2002-11-03 07:50:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2005-03-18 09:29:11 +03:00
|
|
|
|
|
|
|
comment {
|
|
|
|
//
|
|
|
|
// End of "$Id$".
|
|
|
|
//} {in_source in_header
|
|
|
|
}
|