2002-11-03 07:50:54 +03:00
# data file for the Fltk User Interface Designer (fluid)
2016-01-30 03:56:42 +03:00
version 1.0400
2015-07-09 05:09:33 +03:00
header_name {.h}
2002-11-03 07:50:54 +03:00
code_name {.cxx}
2005-03-18 09:29:11 +03:00
comment {//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
2021-08-30 23:00:59 +03:00
// Copyright 1998-2021 by Bill Spitzak and others.
2005-03-18 09:29:11 +03:00
//
2011-07-19 08:49:30 +04:00
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at:
2005-03-18 09:29:11 +03:00
//
2020-04-06 21:04:16 +03:00
// https://www.fltk.org/COPYING.php
2005-03-18 09:29:11 +03:00
//
2020-07-01 19:03:10 +03:00
// Please see the following page on how to report bugs and issues:
2005-03-18 09:29:11 +03:00
//
2020-07-01 19:03:10 +03:00
// https://www.fltk.org/bugs.php
2005-03-18 09:29:11 +03:00
//
2005-07-08 18:12:00 +04:00
} {in_source in_header
2015-07-09 05:09:33 +03:00
}
2005-03-18 09:29:11 +03:00
2021-12-10 03:22:15 +03:00
decl {\#include "Fl_Widget_Type.h"} {private global
2015-07-09 05:09:33 +03:00
}
2015-04-02 20:19:33 +03:00
2023-02-15 17:24:25 +03:00
decl {\#include "custom_widgets.h"} {public global
2022-02-14 00:01:16 +03:00
}
2015-04-02 20:19:33 +03:00
Function {make_widget_panel()} {
comment {Create a panel that can be used with all known widgets} open
2002-11-03 07:50:54 +03:00
} {
2015-04-02 20:19:33 +03:00
Fl_Window {} {
comment {Use a Double Window to avoid flickering.} open
2022-12-10 15:11:49 +03:00
xywh {566 244 420 400} type Double labelsize 11 align 80 resizable hotspot
2022-11-01 15:30:05 +03:00
code0 {o->size_range(o->w(), o->h());} size_range {420 400 0 0} visible
2002-11-03 07:50:54 +03:00
} {
Fl_Tabs {} {
callback {propagate_load((Fl_Group *)o,v);} open
2015-04-02 20:19:33 +03:00
xywh {10 10 400 350} selection_color 12 labelsize 11 labelcolor 7 when 0 resizable
2002-11-03 07:50:54 +03:00
} {
Fl_Group {} {
label GUI
2022-02-14 00:01:16 +03:00
callback propagate_load open
2021-12-10 17:16:35 +03:00
xywh {10 30 400 330} labelsize 11 when 0 resizable
2002-11-03 07:50:54 +03:00
} {
Fl_Group {} {
2005-08-17 15:33:12 +04:00
label {Label:}
2010-04-10 02:18:05 +04:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 40 309 20} labelfont 1 labelsize 11 align 4
2002-11-03 07:50:54 +03:00
} {
2005-08-17 15:33:12 +04:00
Fl_Input {} {
2023-02-15 17:24:25 +03:00
callback label_cb
2009-09-26 00:42:42 +04:00
tooltip {The label text for the widget.
2022-12-10 15:11:49 +03:00
Use Ctrl-J for newlines.} xywh {95 40 190 20} labelfont 1 labelsize 11 when 15 textsize 11 resizable
2005-08-17 15:33:12 +04:00
}
Fl_Choice {} {
callback labeltype_cb open
2006-09-17 18:58:25 +04:00
tooltip {The label style for the widget.} xywh {284 40 120 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11
2005-08-17 15:33:12 +04:00
code0 {extern Fl_Menu_Item labeltypemenu[];}
code1 {o->menu(labeltypemenu);}
} {}
}
Fl_Group {} {
label {Image:}
2022-12-11 01:22:24 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 65 309 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Input {} {
callback image_cb
2022-12-30 21:20:52 +03:00
tooltip {The active image for the widget.} xywh {95 65 200 20} labelfont 1 labelsize 11 textsize 11 resizable
2005-08-16 03:07:20 +04:00
}
2002-11-03 07:50:54 +03:00
Fl_Button {} {
2005-08-17 15:33:12 +04:00
label {Browse...}
callback image_browse_cb
2022-12-30 21:20:52 +03:00
tooltip {Click to choose the active image.} xywh {294 65 70 20} labelsize 11
2022-12-11 01:22:24 +03:00
}
2022-12-30 21:20:52 +03:00
Fl_Button {} {
callback compress_image_cb
tooltip {store image uncompressed as RGBA data
or compressed in the original file format} xywh {364 65 20 20} type Toggle
code0 {o->image(compressed_pixmap);}
code3 {\#include "pixmaps.h"}
}
2023-01-01 22:05:42 +03:00
Fl_Button {} {
callback bind_image_cb
tooltip {bind the image to the widget, so it will be deleted automatically} xywh {384 65 20 20} type Toggle
code0 {o->image(bind_pixmap);}
code3 {\#include "pixmaps.h"}
}
2005-08-17 15:33:12 +04:00
}
Fl_Group {} {
label {Inactive:}
2022-12-11 01:22:24 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 90 309 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
2002-11-03 07:50:54 +03:00
Fl_Input {} {
2005-08-17 15:33:12 +04:00
callback inactive_cb
2022-12-30 21:20:52 +03:00
tooltip {The inactive image for the widget.} xywh {95 90 200 20} labelfont 1 labelsize 11 textsize 11 resizable
2005-08-17 15:33:12 +04:00
}
Fl_Button {} {
label {Browse...}
callback inactive_browse_cb
2022-12-30 21:20:52 +03:00
tooltip {Click to choose the inactive image.} xywh {294 90 70 20} labelsize 11
2022-12-11 01:22:24 +03:00
}
2022-12-30 21:20:52 +03:00
Fl_Button {} {
callback compress_deimage_cb
tooltip {store image uncompressed as RGBA data
or compressed in the original file format} xywh {364 90 20 20} type Toggle
code0 {o->image(compressed_pixmap);}
code3 {\#include "pixmaps.h"}
}
2023-01-01 22:05:42 +03:00
Fl_Button {} {
2023-01-26 17:23:43 +03:00
callback bind_deimage_cb
2023-01-01 22:05:42 +03:00
tooltip {bind the image to the widget, so it will be deleted automatically} xywh {384 90 20 20} type Toggle
code0 {o->image(bind_pixmap);}
code3 {\#include "pixmaps.h"}
}
2005-08-17 15:33:12 +04:00
}
Fl_Group {} {
label {Alignment:}
2017-06-27 16:01:12 +03:00
callback propagate_load
2014-05-18 00:46:25 +04:00
xywh {95 115 310 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Button {} {
label Clip
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_CLIP}
2005-08-17 15:33:12 +04:00
callback align_cb
2010-04-11 02:16:55 +04:00
tooltip {Clip the label to the inside of the widget.} xywh {95 115 30 20} type Toggle selection_color 8 labelsize 11 align 16
2005-08-17 15:33:12 +04:00
}
Fl_Button {} {
label Wrap
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_WRAP}
2006-09-17 18:58:25 +04:00
callback align_cb
2014-05-18 00:46:25 +04:00
tooltip {Wrap the label text.} xywh {130 115 38 20} type Toggle selection_color 8 labelsize 11
2005-08-17 15:33:12 +04:00
}
2010-04-11 02:16:55 +04:00
Fl_Button {} {
label {@-1<-}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_LEFT}
2010-04-11 02:16:55 +04:00
callback align_cb
2014-05-18 00:46:25 +04:00
tooltip {Left-align the label.} xywh {278 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
2010-04-11 02:16:55 +04:00
}
Fl_Button {} {
label {@-1->}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_RIGHT}
2010-04-11 02:16:55 +04:00
callback align_cb
2014-05-18 00:46:25 +04:00
tooltip {Right-align the label.} xywh {303 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
2010-04-11 02:16:55 +04:00
}
Fl_Button {} {
label {@-18}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_TOP}
2010-04-11 02:16:55 +04:00
callback align_cb
2014-05-18 00:46:25 +04:00
tooltip {Top-align the label.} xywh {328 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
2010-04-11 02:16:55 +04:00
}
Fl_Button {} {
label {@-12}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_BOTTOM}
2010-04-11 02:16:55 +04:00
callback align_cb
2014-05-18 00:46:25 +04:00
tooltip {Bottom-align the label.} xywh {353 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
2010-04-11 02:16:55 +04:00
}
Fl_Choice {} {
2014-10-05 04:03:27 +04:00
callback align_text_image_cb open
2014-05-18 00:46:25 +04:00
xywh {172 115 110 20} down_box BORDER_BOX labelsize 11 textsize 11
2010-04-10 02:18:05 +04:00
} {
2010-04-11 02:16:55 +04:00
MenuItem {} {
label { Image Alignment }
2021-08-31 00:23:59 +03:00
user_data {(fl_intptr_t)0xFFFFFFFF}
2010-04-11 02:16:55 +04:00
xywh {145 145 100 20} labelfont 2 labelsize 11 deactivate
}
2010-04-10 02:18:05 +04:00
MenuItem {} {
label {image over text}
2017-06-27 16:01:12 +03:00
user_data {(fl_intptr_t)FL_ALIGN_IMAGE_OVER_TEXT}
2010-04-11 02:16:55 +04:00
xywh {25 25 100 20} labelsize 11
2010-04-10 02:18:05 +04:00
}
MenuItem {} {
label {text over image}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_TEXT_OVER_IMAGE}
2010-04-11 02:16:55 +04:00
xywh {15 15 100 20} labelsize 11
2010-04-10 02:18:05 +04:00
}
MenuItem {} {
label {text next to image}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_TEXT_NEXT_TO_IMAGE}
2010-04-11 02:16:55 +04:00
xywh {35 35 100 20} labelsize 11
2010-04-10 02:18:05 +04:00
}
MenuItem {} {
label {image next to text}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_IMAGE_NEXT_TO_TEXT}
2010-04-11 02:16:55 +04:00
xywh {45 45 100 20} labelsize 11
2010-04-10 02:18:05 +04:00
}
MenuItem {} {
label {image is backdrop}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_IMAGE_BACKDROP}
2010-04-11 02:16:55 +04:00
xywh {55 55 100 20} labelsize 11
2010-04-10 02:18:05 +04:00
}
2005-08-17 15:33:12 +04:00
}
2010-04-11 02:16:55 +04:00
Fl_Choice {} {
callback align_position_cb open
2014-05-18 00:46:25 +04:00
xywh {288 115 85 20} down_box BORDER_BOX labelsize 11 textsize 11
2010-04-11 02:16:55 +04:00
} {
MenuItem {} {
label { Inside && Outside }
2021-08-30 23:00:59 +03:00
user_data {(fl_intptr_t)0xFFFFFFFF}
2010-04-11 02:16:55 +04:00
xywh {135 135 100 20} labelfont 2 labelsize 11 deactivate
}
MenuItem {} {
label {top left}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_TOP_LEFT}
2010-04-11 02:16:55 +04:00
xywh {45 45 100 20} labelsize 11
}
MenuItem {} {
label top
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_TOP}
2010-04-11 02:16:55 +04:00
xywh {55 55 100 20} labelsize 11
}
MenuItem {} {
label {top right}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_TOP_RIGHT}
2010-04-11 02:16:55 +04:00
xywh {65 65 100 20} labelsize 11
}
MenuItem {} {
label left
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_LEFT}
2010-04-11 02:16:55 +04:00
xywh {75 75 100 20} labelsize 11
}
MenuItem {} {
label center
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_CENTER}
2010-04-11 02:16:55 +04:00
xywh {35 35 100 20} labelsize 11
}
MenuItem {} {
label right
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_RIGHT}
2010-04-11 02:16:55 +04:00
xywh {85 85 100 20} labelsize 11
}
MenuItem {} {
label {bottom left}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_BOTTOM_LEFT}
2010-04-11 02:16:55 +04:00
xywh {95 95 100 20} labelsize 11
}
MenuItem {} {
label bottom
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_BOTTOM}
2010-04-11 02:16:55 +04:00
xywh {105 105 100 20} labelsize 11
}
MenuItem {} {
label {bottom right}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_BOTTOM_RIGHT}
2023-02-15 17:24:25 +03:00
xywh {115 115 100 20} labelsize 11
2010-04-11 02:16:55 +04:00
}
MenuItem {} {
label { Outside Alignment }
2021-08-30 23:00:59 +03:00
user_data {(fl_intptr_t)0xFFFFFFFF}
2010-04-11 02:16:55 +04:00
xywh {125 125 100 20} labelfont 2 labelsize 11 deactivate
}
MenuItem {} {
label {left top}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_LEFT_TOP}
2010-04-11 02:16:55 +04:00
xywh {135 135 100 20} labelsize 11
}
MenuItem {} {
label {right top}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_RIGHT_TOP}
2010-04-11 02:16:55 +04:00
xywh {145 145 100 20} labelsize 11
}
MenuItem {} {
label {left bottom}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_LEFT_BOTTOM}
2010-04-11 02:16:55 +04:00
xywh {155 155 100 20} labelsize 11
}
MenuItem {} {
label {right bottom}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_RIGHT_BOTTOM}
2010-04-11 02:16:55 +04:00
xywh {45 45 100 20} labelsize 11
}
2005-08-17 15:33:12 +04:00
}
Fl_Button {} {
label {@-3square}
2016-07-29 13:54:22 +03:00
user_data {(fl_intptr_t)FL_ALIGN_INSIDE}
2005-08-17 15:33:12 +04:00
callback align_cb
2014-05-18 00:46:25 +04:00
tooltip {Show the label inside the widget.} xywh {378 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8
2005-08-17 15:33:12 +04:00
}
Fl_Box {} {
2014-05-18 00:46:25 +04:00
xywh {404 115 0 20} labelsize 11 resizable
2005-08-17 15:33:12 +04:00
}
}
Fl_Group {} {
label {Position:}
2022-11-06 16:40:18 +03:00
callback position_group_cb open
2022-11-01 18:24:54 +03:00
xywh {95 150 314 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
2022-02-14 00:01:16 +03:00
Fl_Input widget_x_input {
2005-08-17 15:33:12 +04:00
label {X:}
callback x_cb
2022-11-17 02:43:16 +03:00
tooltip {The X position of the widget as a number or formula.
Formulas can be simple math, including the variables
x, px, sx, cx, and i} xywh {95 150 55 20} labelsize 11 align 5 textsize 11
2022-02-14 00:01:16 +03:00
class Fluid_Coord_Input
2005-08-17 15:33:12 +04:00
}
2022-02-14 00:01:16 +03:00
Fl_Input widget_y_input {
2005-08-17 15:33:12 +04:00
label {Y:}
callback y_cb
2022-11-17 02:43:16 +03:00
tooltip {The Y position of the widget as a number or formula.
Formulas can be simple math, including the variables
y, py, sy, cy, and i} xywh {155 150 55 20} labelsize 11 align 5 textsize 11
2022-02-14 00:01:16 +03:00
class Fluid_Coord_Input
2005-08-17 15:33:12 +04:00
}
2022-02-14 00:01:16 +03:00
Fl_Input widget_w_input {
2005-08-17 15:33:12 +04:00
label {Width:}
callback w_cb
2022-11-17 02:43:16 +03:00
tooltip {The width of the widget as a number or formula.
Formulas can be simple math, including the variables
w, pw, sw, cw, and i} xywh {215 150 55 20} labelsize 11 align 5 textsize 11
2022-02-14 00:01:16 +03:00
class Fluid_Coord_Input
2005-08-17 15:33:12 +04:00
}
2022-02-14 00:01:16 +03:00
Fl_Input widget_h_input {
2005-08-17 15:33:12 +04:00
label {Height:}
2022-12-10 15:11:49 +03:00
callback h_cb
2022-11-17 02:43:16 +03:00
tooltip {The height of the widget as a number or formula.
Formulas can be simple math, including the variables
h, ph, sh, ch, and i} xywh {275 150 55 20} labelsize 11 align 5 textsize 11
2022-02-14 00:01:16 +03:00
class Fluid_Coord_Input
2005-08-17 15:33:12 +04:00
}
2022-11-06 16:40:18 +03:00
Fl_Choice {} {
label {Children:}
2022-11-17 02:43:16 +03:00
callback wc_relative_cb open
2022-11-06 16:40:18 +03:00
tooltip {When instantiating a widget class, the children can either be fixed in their original position, automatically be repositioned, or both repsositioned and resized to fit the container.} xywh {335 150 65 20} down_box BORDER_BOX labelsize 11 align 5 textsize 11
} {
MenuItem {} {
label Fixed
xywh {0 0 31 20} labelsize 11
}
MenuItem {} {
label Reposition
xywh {0 0 31 20} labelsize 11
}
MenuItem {} {
label Resize
xywh {0 0 31 20} labelsize 11
}
2005-08-31 01:57:23 +04:00
}
2005-08-17 15:33:12 +04:00
Fl_Box {} {
2014-05-18 00:46:25 +04:00
xywh {398 150 1 20} resizable
2005-08-17 15:33:12 +04:00
}
}
2022-11-01 15:30:05 +03:00
Fl_Group {} {
label {Flex Parent:}
callback flex_size_group_cb open
2022-11-01 18:24:54 +03:00
xywh {95 150 314 20} labelfont 1 labelsize 11 align 4 hide
2022-11-01 15:30:05 +03:00
} {
Fl_Value_Input widget_flex_size {
label {Size:}
callback flex_size_cb
tooltip {Fixed Width or Height for a horizontal or vertical Fl_Flex Parent.} xywh {95 150 55 20} labelsize 11 align 5 textsize 11
}
Fl_Check_Button widget_flex_fixed {
label fixed
2022-11-01 18:24:54 +03:00
callback flex_fixed_cb
2022-11-01 15:30:05 +03:00
tooltip {If checked, the size of the widget stays fixed.} xywh {155 150 55 20} down_box DOWN_BOX labelsize 11
}
Fl_Box {} {
xywh {398 150 1 20} resizable
}
}
2005-08-17 15:33:12 +04:00
Fl_Group {} {
label {Values:}
2022-11-01 15:30:05 +03:00
callback values_group_cb open
2006-09-17 18:58:25 +04:00
xywh {95 185 300 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Value_Input {} {
label {Size:}
callback slider_size_cb
2020-08-22 14:35:42 +03:00
tooltip {The size of the slider.} xywh {95 185 55 20} labelsize 11 align 5 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Value_Input {} {
label {Minimum:}
callback min_cb
2006-09-17 18:58:25 +04:00
tooltip {The minimum value of the widget.} xywh {155 185 55 20} labelsize 11 align 5 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Value_Input {} {
label {Maximum:}
callback max_cb
2006-09-17 18:58:25 +04:00
tooltip {The maximum value of the widget.} xywh {215 185 55 20} labelsize 11 align 5 value 1 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Value_Input {} {
label {Step:}
callback step_cb
2006-09-17 18:58:25 +04:00
tooltip {The resolution of the widget value.} xywh {275 185 55 20} labelsize 11 align 5 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Value_Input {} {
label {Value:}
callback value_cb
2006-09-17 18:58:25 +04:00
tooltip {The current widget value.} xywh {335 185 55 20} labelsize 11 align 5 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Box {} {
2006-09-17 18:58:25 +04:00
xywh {395 185 0 20} resizable
2005-08-17 15:33:12 +04:00
}
}
2022-11-01 15:30:05 +03:00
Fl_Group {} {
label {Margins:}
callback flex_margin_group_cb open
xywh {95 185 300 20} labelfont 1 labelsize 11 align 4 hide
} {
Fl_Value_Input {} {
label {Left:}
callback flex_margin_left_cb
tooltip {Left margin in group.} xywh {95 185 55 20} labelsize 11 align 5 textsize 11
}
Fl_Value_Input {} {
label {Top:}
callback flex_margin_top_cb
tooltip {Top margin in group.} xywh {155 185 55 20} labelsize 11 align 5 textsize 11
}
Fl_Value_Input {} {
label {Right:}
callback flex_margin_right_cb
tooltip {Right margin in group.} xywh {215 185 55 20} labelsize 11 align 5 textsize 11
}
Fl_Value_Input {} {
label {Bottom:}
callback flex_margin_bottom_cb
tooltip {Bottom margin in group.} xywh {275 185 55 20} labelsize 11 align 5 textsize 11
}
Fl_Value_Input {} {
label {Gap:}
callback flex_margin_gap_cb
tooltip {Gap between children.} xywh {335 185 55 20} labelsize 11 align 5 textsize 11
}
Fl_Box {} {
xywh {395 185 0 20} resizable
}
}
2005-08-17 15:33:12 +04:00
Fl_Group {} {
label {Size Range:}
2022-11-01 15:30:05 +03:00
callback size_range_group_cb open
2006-09-17 18:58:25 +04:00
xywh {95 185 300 20} labelfont 1 labelsize 11 align 4 hide
2005-08-17 15:33:12 +04:00
} {
Fl_Value_Input {} {
label {Minimum Size:}
callback min_w_cb
2006-09-17 18:58:25 +04:00
tooltip {The size of the slider.} xywh {95 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Value_Input {} {
callback min_h_cb
2006-09-17 18:58:25 +04:00
tooltip {The minimum value of the widget.} xywh {155 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Button {} {
label set
callback set_min_size_cb
2006-09-17 18:58:25 +04:00
xywh {215 185 25 20} labelsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Value_Input {} {
label {Maximum Size:}
callback max_w_cb
2006-09-17 18:58:25 +04:00
tooltip {The maximum value of the widget.} xywh {245 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Value_Input {} {
callback max_h_cb
2006-09-17 18:58:25 +04:00
tooltip {The resolution of the widget value.} xywh {305 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Button {} {
label set
callback set_max_size_cb
2006-09-17 18:58:25 +04:00
xywh {365 185 25 20} labelsize 11
2002-11-03 07:50:54 +03:00
}
2003-01-04 03:34:44 +03:00
Fl_Box {} {
2006-09-17 18:58:25 +04:00
xywh {395 185 0 20} resizable
2002-11-03 07:50:54 +03:00
}
}
2023-02-15 17:24:25 +03:00
Fl_Group {} {
label {Shortcut:} open
xywh {95 210 0 20} labelfont 1 labelsize 11 align 4
} {}
2005-08-17 15:33:12 +04:00
Fl_Button {} {
callback shortcut_in_cb
2023-02-15 17:24:25 +03:00
comment {This is a special button that grabs keystrokes directly} selected
2020-07-11 19:45:14 +03:00
tooltip {The shortcut key for the widget.
2023-02-15 17:24:25 +03:00
Use 'Backspace' key to clear.} xywh {95 210 310 20} box DOWN_BOX color 7 selection_color 12 labelsize 11 when 1
code0 {\#include <FL/Fl_Shortcut_Button.H>}
class Fl_Shortcut_Button
2005-08-17 15:33:12 +04:00
}
Fl_Group {} {
label {X Class:}
callback propagate_load
2006-09-17 18:58:25 +04:00
xywh {95 235 300 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Input {} {
label {:}
callback xclass_cb
2006-09-17 18:58:25 +04:00
tooltip {The X resource class.} xywh {95 235 95 20} labelfont 1 labelsize 11 textsize 11 resizable
2005-08-17 15:33:12 +04:00
}
Fl_Light_Button {} {
label Border
callback border_cb
2006-09-17 18:58:25 +04:00
tooltip {Add a border around the window.} xywh {195 235 60 20} selection_color 1 labelsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Light_Button {} {
label Modal
callback modal_cb
2006-09-17 18:58:25 +04:00
tooltip {Make the window modal.} xywh {260 235 55 20} selection_color 1 labelsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Light_Button {} {
label Nonmodal
callback non_modal_cb
2006-09-17 18:58:25 +04:00
tooltip {Make the window non-modal.} xywh {320 235 75 20} selection_color 1 labelsize 11 align 148
2005-08-17 15:33:12 +04:00
}
}
Fl_Group {} {
label {Attributes:}
callback propagate_load
2006-09-17 18:58:25 +04:00
xywh {95 260 305 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Light_Button {} {
label Visible
callback visible_cb
2006-09-17 18:58:25 +04:00
tooltip {Show the widget.} xywh {95 260 60 20} selection_color 1 labelsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Light_Button {} {
label Active
callback active_cb
2023-02-15 17:24:25 +03:00
tooltip {Activate the widget.} xywh {160 260 60 20} shortcut 0x400061 selection_color 1 labelsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Light_Button {} {
label Resizable
callback resizable_cb
2006-09-17 18:58:25 +04:00
tooltip {Make the widget resizable.} xywh {225 260 75 20} selection_color 1 labelsize 11 when 1
2005-08-17 15:33:12 +04:00
}
Fl_Light_Button {} {
label Hotspot
callback hotspot_cb
2006-09-17 18:58:25 +04:00
tooltip {Center the window under this widget.} xywh {305 260 70 20} selection_color 1 labelsize 11 when 1
2005-08-17 15:33:12 +04:00
}
Fl_Box {} {
2006-09-17 18:58:25 +04:00
xywh {395 260 0 20} labelsize 11 resizable
2005-08-17 15:33:12 +04:00
}
}
Fl_Input {} {
label {Tooltip:}
callback tooltip_cb
2009-09-26 00:42:42 +04:00
tooltip {The tooltip text for the widget.
Use Ctrl-J for newlines.} xywh {95 285 310 20} labelfont 1 labelsize 11 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Box {} {
2023-02-15 17:24:25 +03:00
xywh {95 305 300 5} labelsize 11
2005-08-17 15:33:12 +04:00
}
2002-11-03 07:50:54 +03:00
}
Fl_Group {} {
label Style
2022-12-10 15:11:49 +03:00
callback propagate_load open
2021-12-10 17:16:35 +03:00
xywh {10 30 400 330} labelsize 11 when 0 hide
2002-11-03 07:50:54 +03:00
} {
Fl_Group {} {
2005-08-17 15:33:12 +04:00
label {Label Font:}
2022-12-10 15:11:49 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 40 309 20} labelfont 1 labelsize 11 align 4
2002-11-03 07:50:54 +03:00
} {
2005-08-17 15:33:12 +04:00
Fl_Choice {} {
callback labelfont_cb open
2022-12-10 15:11:49 +03:00
tooltip {The style of the label text.} xywh {95 40 152 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11 resizable
2005-08-17 15:33:12 +04:00
code0 {extern Fl_Menu_Item fontmenu[];}
code1 {o->menu(fontmenu);}
} {}
Fl_Value_Input {} {
callback labelsize_cb
2022-12-10 15:11:49 +03:00
tooltip {The size of the label text.} xywh {246 40 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11
2002-11-03 07:50:54 +03:00
}
2022-12-10 15:11:49 +03:00
Fl_Button w_labelcolor {
2005-08-17 15:33:12 +04:00
label {Label Color}
callback labelcolor_cb
2022-12-10 15:11:49 +03:00
tooltip {The color of the label text.} xywh {296 40 90 20} labelsize 11
2002-11-03 07:50:54 +03:00
}
2022-12-10 15:11:49 +03:00
Fl_Menu_Button {} {
callback labelcolor_menu_cb open
xywh {386 40 18 20}
code0 {extern Fl_Menu_Item colormenu[];}
code1 {o->menu(colormenu);}
} {}
2002-11-03 07:50:54 +03:00
}
2005-08-17 15:33:12 +04:00
Fl_Group {} {
label {Box:}
2022-12-10 15:11:49 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 65 309 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Choice {} {
callback box_cb open
2022-12-10 15:11:49 +03:00
tooltip {The "up" box of the widget.} xywh {95 65 201 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11 resizable
2005-08-17 15:33:12 +04:00
code0 {extern Fl_Menu_Item boxmenu[];}
code1 {o->menu(boxmenu);}
} {}
2022-12-10 15:11:49 +03:00
Fl_Button w_color {
2005-08-17 15:33:12 +04:00
label Color
callback color_cb
2022-12-10 15:11:49 +03:00
tooltip {The background color of the widget.} xywh {296 65 90 20} labelsize 11
2005-08-17 15:33:12 +04:00
}
2022-12-10 15:11:49 +03:00
Fl_Menu_Button {} {
callback color_menu_cb open
xywh {386 65 18 20}
code0 {extern Fl_Menu_Item colormenu[];}
code1 {o->menu(colormenu);}
} {}
2005-08-17 15:33:12 +04:00
}
Fl_Group {} {
label {Down Box:}
2022-12-10 15:11:49 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 90 309 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Choice {} {
callback down_box_cb open
2022-12-10 15:11:49 +03:00
tooltip {The "down" box of the widget.} xywh {95 90 201 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 labelcolor 45 textsize 11 resizable
2005-08-17 15:33:12 +04:00
code0 {extern Fl_Menu_Item boxmenu[];}
code1 {o->menu(boxmenu);}
} {}
2022-12-10 15:11:49 +03:00
Fl_Button w_selectcolor {
2005-08-17 15:33:12 +04:00
label {Select Color}
callback color2_cb
2022-12-10 15:11:49 +03:00
tooltip {The selection color of the widget.} xywh {296 90 90 20} labelsize 11
2005-08-17 15:33:12 +04:00
}
2022-12-10 15:11:49 +03:00
Fl_Menu_Button {} {
callback color2_menu_cb open
xywh {386 90 18 20}
code0 {extern Fl_Menu_Item colormenu[];}
code1 {o->menu(colormenu);}
} {}
2005-08-17 15:33:12 +04:00
}
Fl_Group {} {
label {Text Font:}
2022-12-10 15:11:49 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 115 309 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Choice {} {
callback textfont_cb open
2022-12-10 15:11:49 +03:00
tooltip {The value text style.} xywh {95 115 152 20} box DOWN_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11 resizable
2005-08-17 15:33:12 +04:00
code0 {extern Fl_Menu_Item fontmenu[];}
code1 {o->menu(fontmenu);}
} {}
Fl_Value_Input {} {
callback textsize_cb
2022-12-10 15:11:49 +03:00
tooltip {The value text size.} xywh {246 115 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11
2005-08-17 15:33:12 +04:00
}
2022-12-10 15:11:49 +03:00
Fl_Button w_textcolor {
2005-08-17 15:33:12 +04:00
label {Text Color}
callback textcolor_cb
2022-12-10 15:11:49 +03:00
tooltip {The value text color.} xywh {296 115 90 20} labelsize 11
2005-08-17 15:33:12 +04:00
}
2022-12-10 15:11:49 +03:00
Fl_Menu_Button {} {
callback textcolor_menu_cb open
xywh {386 115 18 20}
code0 {extern Fl_Menu_Item colormenu[];}
code1 {o->menu(colormenu);}
} {}
2005-08-17 15:33:12 +04:00
}
Fl_Box {} {
2006-09-17 18:58:25 +04:00
xywh {95 140 300 40} labelsize 11 resizable
2005-08-17 15:33:12 +04:00
}
2002-11-03 07:50:54 +03:00
}
Fl_Group {} {
label {C++}
2022-12-10 15:11:49 +03:00
callback propagate_load open
2015-04-02 20:19:33 +03:00
xywh {10 30 400 330} labelsize 11 when 0 hide
2002-11-03 07:50:54 +03:00
} {
Fl_Group {} {
2005-08-17 15:33:12 +04:00
label {Class:}
2022-12-10 15:11:49 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 40 310 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
Fl_Input {} {
user_data 4
callback subclass_cb
2006-09-17 18:58:25 +04:00
tooltip {The widget subclass.} xywh {95 40 172 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
2005-08-17 15:33:12 +04:00
}
Fl_Choice {} {
callback subtype_cb open
2008-01-05 00:45:49 +03:00
tooltip {The widget subtype.} xywh {265 40 140 20} box THIN_UP_BOX down_box BORDER_BOX labelsize 11 textsize 11
2005-08-17 15:33:12 +04:00
} {}
}
Fl_Group {} {
label {Name:}
2008-01-05 00:45:49 +03:00
callback propagate_load open
2006-09-17 18:58:25 +04:00
xywh {95 65 310 20} labelfont 1 labelsize 11 align 4
2002-11-03 07:50:54 +03:00
} {
2005-08-17 15:33:12 +04:00
Fl_Input {} {
2010-04-10 02:18:05 +04:00
callback name_cb
2008-01-05 00:45:49 +03:00
tooltip {The name of the widget.} xywh {95 65 235 20} labelfont 1 labelsize 11 textsize 11 resizable
2005-08-17 15:33:12 +04:00
}
2008-01-05 00:45:49 +03:00
Fl_Choice {} {
callback name_public_member_cb open
tooltip {Change member access attribute.} xywh {330 65 75 20} down_box BORDER_BOX labelsize 11 when 1 textsize 11
} {
MenuItem {} {
label private
user_data 0 user_data_type long
xywh {0 0 100 20} labelsize 11
}
MenuItem {} {
label public
user_data 1 user_data_type long
xywh {0 0 100 20} labelsize 11
}
MenuItem {} {
label protected
user_data 2 user_data_type long
xywh {0 0 100 20} labelsize 11
}
}
Fl_Choice {} {
callback name_public_cb open
tooltip {Change widget accessibility.} xywh {330 65 75 20} down_box BORDER_BOX labelsize 11 when 1 textsize 11
} {
MenuItem {} {
label local
user_data 0 user_data_type long
xywh {10 10 100 20} labelsize 11
}
MenuItem {} {
label global
user_data 1 user_data_type long
xywh {10 10 100 20} labelsize 11
}
2002-11-03 07:50:54 +03:00
}
}
2005-08-17 15:33:12 +04:00
Fl_Input {v_input[0]} {
label {Extra Code:}
user_data 0
callback v_input_cb
2006-09-17 18:58:25 +04:00
tooltip {Extra initialization code for the widget.} xywh {95 90 310 20} labelfont 1 labelsize 11 textfont 4 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Input {v_input[1]} {
user_data 1
callback v_input_cb
2006-09-17 18:58:25 +04:00
tooltip {Extra initialization code for the widget.} xywh {95 110 310 20} labelsize 11 textfont 4 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Input {v_input[2]} {
user_data 2
callback v_input_cb
2006-09-17 18:58:25 +04:00
tooltip {Extra initialization code for the widget.} xywh {95 130 310 20} labelsize 11 textfont 4 textsize 11
2005-08-17 15:33:12 +04:00
}
Fl_Input {v_input[3]} {
user_data 3
callback v_input_cb
2006-09-17 18:58:25 +04:00
tooltip {Extra initialization code for the widget.} xywh {95 150 310 20} labelsize 11 textfont 4 textsize 11
2005-08-17 15:33:12 +04:00
}
2015-04-02 20:19:33 +03:00
Fl_Tile {} {
2015-04-03 19:15:14 +03:00
callback {wComment->do_callback(wComment, v);
wCallback->do_callback(wCallback, v);} open
2015-04-02 20:19:33 +03:00
xywh {95 175 310 130} resizable
} {
Fl_Group {} {open
xywh {95 175 310 48} box FLAT_BOX
} {
Fl_Text_Editor wComment {
label {Comment:}
tooltip {Write a comment that will appear in the source code and in the widget tree overview.} xywh {95 175 310 45} box DOWN_BOX labelfont 1 labelsize 11 align 4 when 1 textfont 6 textsize 11 textcolor 59 resizable
code0 {wComment->buffer(new Fl_Text_Buffer());}
code1 {wComment->callback((Fl_Callback*)comment_cb);}
}
}
Fl_Group {} {open
xywh {95 223 310 82} box FLAT_BOX
} {
Fl_Text_Editor wCallback {
label {Callback:}
callback callback_cb
tooltip {The callback function or code for the widget. Use the variable name 'o' to access the Widget pointer and 'v' to access the user value.} xywh {95 225 310 80} box DOWN_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11 resizable
code0 {\#include "CodeEditor.h"}
class CodeEditor
}
}
2002-11-03 07:50:54 +03:00
}
Fl_Group {} {
2005-08-17 15:33:12 +04:00
label {User Data:}
2015-04-02 20:19:33 +03:00
callback propagate_load open
xywh {95 310 310 20} labelfont 1 labelsize 11 align 4
2002-11-03 07:50:54 +03:00
} {
2005-08-17 15:33:12 +04:00
Fl_Input {} {
callback user_data_cb
2015-04-02 20:19:33 +03:00
tooltip {The user data to pass into the callback code.} xywh {95 310 158 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
2005-08-17 15:33:12 +04:00
}
2022-12-10 15:11:49 +03:00
Fl_Menu_Button {} {
label When
2005-08-17 15:33:12 +04:00
callback when_cb open
2022-12-10 15:11:49 +03:00
tooltip {When to call the callback function.} xywh {260 310 145 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 when 1 textsize 11
2005-08-17 15:33:12 +04:00
code0 {extern Fl_Menu_Item whenmenu[];}
code1 {o->menu(whenmenu);}
} {}
}
Fl_Group {} {
label {Type:}
2015-04-02 20:19:33 +03:00
callback propagate_load open
xywh {95 335 310 20} labelfont 1 labelsize 11 align 4
2005-08-17 15:33:12 +04:00
} {
2022-12-10 15:11:49 +03:00
Fl_Input_Choice {} {
callback user_data_type_cb open
2015-04-02 20:19:33 +03:00
tooltip {The type of the user data.} xywh {95 335 158 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
2022-12-10 15:11:49 +03:00
} {
MenuItem {} {
label {void*}
xywh {0 0 31 20} labelfont 4 labelsize 11
}
MenuItem {} {
label long
xywh {0 0 31 20} labelfont 4 labelsize 11
}
2005-08-17 15:33:12 +04:00
}
2022-12-10 15:11:49 +03:00
Fl_Box w_when_box {
label FL_WHEN_NEVER
xywh {260 332 145 26} box FLAT_BOX selection_color 1 labelsize 8 align 209
2002-11-03 07:50:54 +03:00
}
}
}
}
2021-12-13 22:33:47 +03:00
Fl_Group {} {open
2017-06-27 16:01:12 +03:00
xywh {10 370 400 20} labelsize 11
2002-11-03 07:50:54 +03:00
} {
2003-01-04 03:24:19 +03:00
Fl_Box {} {
2017-06-27 16:01:12 +03:00
comment {Hidden resizable box}
xywh {10 370 75 20} labelsize 11 hide resizable
2002-11-03 07:50:54 +03:00
}
2017-06-27 16:01:12 +03:00
Fl_Button wLiveMode {
2021-12-13 22:33:47 +03:00
label {Live &Resize}
2023-01-01 22:05:42 +03:00
callback live_mode_cb
2017-06-27 16:01:12 +03:00
tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {155 370 80 20} type Toggle labelsize 11
}
Fl_Button {} {
label {Hide &Overlays}
callback overlay_cb
tooltip {Hide the widget overlay box.} xywh {240 370 100 20} labelsize 11 labelcolor 1
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
2017-06-27 16:01:12 +03:00
xywh {345 370 65 20} labelsize 11
2002-11-03 07:50:54 +03:00
}
}
}
2015-07-09 05:09:33 +03:00
}