1998-10-06 22:21:25 +04: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-04-30 22:11:49 +04:00
code_name {.cxx}
2005-03-18 09:29:11 +03:00
comment {//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
2020-04-06 21:04:16 +03:00
// Copyright 1998-2020 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
//
} {in_source in_header
2015-07-09 05:09:33 +03:00
}
2005-03-18 09:29:11 +03:00
2021-12-08 17:52:15 +03:00
decl {\#include "fluid.h"} {public global
}
decl {\#include "widget_browser.h"} {public global
}
2021-12-09 04:43:57 +03:00
decl {\#include "shell_command.h"} {public global
}
2010-02-28 01:38:25 +03:00
decl {\#include <FL/Fl_Text_Buffer.H>} {public local
2015-07-09 05:09:33 +03:00
}
2003-04-01 23:58:08 +04:00
2010-02-28 01:38:25 +03:00
decl {\#include <FL/Fl_Text_Display.H>} {public local
2015-07-09 05:09:33 +03:00
}
2003-04-01 23:58:08 +04:00
2022-01-19 18:08:29 +03:00
decl {\#include <FL/filename.H>} {public local
2015-07-09 05:09:33 +03:00
}
2010-12-20 00:20:10 +03:00
2023-01-01 23:53:07 +03:00
decl {\#include <FL/Fl_Scheme_Choice.H>} {public local
}
2010-12-21 01:19:24 +03:00
decl {\#include <FL/Fl_Preferences.H>} {private global
2015-07-09 05:09:33 +03:00
}
2010-12-21 01:19:24 +03:00
decl {\#include <FL/fl_ask.H>} {private global
2015-07-09 05:09:33 +03:00
}
2010-12-21 01:19:24 +03:00
2019-01-14 02:09:31 +03:00
decl {\#include <string.h>} {private global
2018-10-22 04:04:57 +03:00
}
2023-01-01 23:53:07 +03:00
decl {void init_scheme(void);} {
2023-02-05 02:35:31 +03:00
comment {// initialize the scheme from preferences} public global
2023-01-01 23:53:07 +03:00
}
2010-03-22 01:55:18 +03:00
decl {extern struct Fl_Menu_Item *dbmanager_item;} {public local
2015-07-09 05:09:33 +03:00
}
2010-02-28 01:38:25 +03:00
2023-03-01 17:48:03 +03:00
Function {make_project_window()} {open
} {
2002-05-01 23:17:24 +04:00
Fl_Window project_window {
2023-01-21 19:14:41 +03:00
label {Project Settings}
2023-03-01 17:48:03 +03:00
xywh {472 246 399 298} type Double
2002-05-01 14:36:08 +04:00
code0 {\#include <FL/Fl_Preferences.H>}
2023-03-01 17:48:03 +03:00
code1 {\#include <FL/Fl_Tooltip.H>} modal visible
1998-10-06 22:21:25 +04:00
} {
Fl_Button {} {
1999-01-27 00:59:41 +03:00
label Close
2021-12-10 03:22:15 +03:00
callback {project_window->hide();
set_modflag(-1, -1);}
2022-01-08 23:55:19 +03:00
tooltip {Close this dialog.} xywh {328 267 60 25}
1998-10-06 22:21:25 +04:00
}
2005-09-09 15:36:36 +04:00
Fl_Tabs {} {open
2022-01-08 23:55:19 +03:00
xywh {10 10 379 246} selection_color 12 labelcolor 7
2000-04-24 22:22:50 +04:00
} {
2002-05-01 23:17:24 +04:00
Fl_Group {} {
2022-01-08 23:55:19 +03:00
label Output open
xywh {10 36 379 220}
2002-05-01 23:17:24 +04:00
} {
Fl_Box {} {
2010-11-12 14:55:10 +03:00
label {Use "name.ext" to set a file name or just ".ext" to set extension.}
2014-05-18 00:46:25 +04:00
xywh {20 49 340 49} align 148
2002-05-01 23:17:24 +04:00
}
Fl_Input header_file_input {
label {Header File:}
user_data 1 user_data_type {void*}
callback header_input_cb
2014-05-18 00:46:25 +04:00
tooltip {The name of the generated header file.} xywh {119 103 252 20} box THIN_DOWN_BOX labelfont 1 when 1 textfont 4
2002-05-01 23:17:24 +04:00
}
Fl_Input code_file_input {
label {Code File:}
user_data 1 user_data_type {void*}
2021-12-17 23:15:04 +03:00
callback code_input_cb
2014-05-18 00:46:25 +04:00
tooltip {The name of the generated code file.} xywh {119 128 252 20} box THIN_DOWN_BOX labelfont 1 when 1 textfont 4
2002-05-01 23:17:24 +04:00
}
2007-05-10 16:06:31 +04:00
Fl_Check_Button include_H_from_C_button {
2002-05-01 23:17:24 +04:00
label {Include Header from Code}
callback include_H_from_C_button_cb
2014-05-18 00:46:25 +04:00
tooltip {Include the header file from the code file.} xywh {117 153 272 20} down_box DOWN_BOX
2007-05-10 16:06:31 +04:00
}
Fl_Check_Button use_FL_COMMAND_button {
2010-11-12 14:55:10 +03:00
label {Menu shortcuts use FL_COMMAND}
2008-09-19 01:11:28 +04:00
callback use_FL_COMMAND_button_cb
2021-12-19 03:09:13 +03:00
tooltip {Replace FL_CTRL and FL_META with FL_COMMAND when generating menu shortcuts} xywh {117 176 272 20} down_box DOWN_BOX
2002-05-01 23:17:24 +04:00
}
2021-12-17 23:15:04 +03:00
Fl_Check_Button utf8_in_src_button {
label {allow Unicode UTF-8 in source code}
2021-12-19 03:09:13 +03:00
callback utf8_in_src_cb
2021-12-18 16:38:12 +03:00
tooltip {For older compilers, characters outside of the printable ASCII range are escaped using octal notation `\\0123`. If this option is checked, Fluid will write UTF-8 characters unchanged.} xywh {117 199 272 20} down_box DOWN_BOX
2021-12-17 23:15:04 +03:00
}
2022-01-08 23:55:19 +03:00
Fl_Check_Button avoid_early_includes_button {
label {avoid early include of Fl.H}
callback avoid_early_includes_cb
tooltip {Do not emit \#include <FL//Fl.H> until it is needed by another include file.} xywh {117 222 272 20} down_box DOWN_BOX
}
2000-04-24 22:22:50 +04:00
}
2002-05-01 23:17:24 +04:00
Fl_Group {} {
label Internationalization open
2022-01-08 23:55:19 +03:00
xywh {10 36 378 220} hide
2002-05-01 23:17:24 +04:00
} {
Fl_Choice i18n_type_chooser {
label {Use:}
callback i18n_type_cb open
2021-12-19 03:09:13 +03:00
tooltip {Type of internationalization to use.} xywh {128 48 136 25} box THIN_UP_BOX down_box BORDER_BOX labelfont 1
2002-05-01 23:17:24 +04:00
} {
2005-03-20 03:51:02 +03:00
MenuItem {} {
2002-05-01 23:17:24 +04:00
label None
2010-11-12 14:55:10 +03:00
xywh {0 0 100 20}
2002-05-01 23:17:24 +04:00
}
2005-03-20 03:51:02 +03:00
MenuItem {} {
2010-12-20 00:20:10 +03:00
label {GNU gettext}
2010-11-12 14:55:10 +03:00
xywh {0 0 100 20}
2002-05-01 23:17:24 +04:00
}
2005-03-20 03:51:02 +03:00
MenuItem {} {
2002-05-01 23:17:24 +04:00
label {POSIX catgets}
2010-11-12 14:55:10 +03:00
xywh {0 0 100 20}
2002-05-01 23:17:24 +04:00
}
}
Fl_Input i18n_include_input {
label {\#include:}
2019-01-14 02:09:31 +03:00
callback i18n_text_cb
2021-12-19 03:09:13 +03:00
tooltip {The include file for internationalization.} xywh {128 78 243 20} box THIN_DOWN_BOX labelfont 1 textfont 4
}
Fl_Input i18n_conditional_input {
label {Conditional:}
callback i18n_text_cb
tooltip {only include the header file if this preprocessor macro is defined, for example FLTK_GETTEXT_FOUND} xywh {128 103 243 20} box THIN_DOWN_BOX labelfont 1 textfont 4
2002-05-01 23:17:24 +04:00
}
Fl_Input i18n_file_input {
label {File:}
callback i18n_text_cb
2021-12-19 03:09:13 +03:00
tooltip {The name of the message catalog.} xywh {128 128 243 20} box THIN_DOWN_BOX labelfont 1 textfont 4
2002-05-01 23:17:24 +04:00
}
Fl_Input i18n_set_input {
label {Set:}
2010-12-21 01:19:24 +03:00
callback i18n_int_cb
2021-12-19 03:09:13 +03:00
tooltip {The message set number.} xywh {128 153 243 20} type Int box THIN_DOWN_BOX labelfont 1 textfont 4
2002-05-01 23:17:24 +04:00
}
Fl_Input i18n_function_input {
label {Function:}
callback i18n_text_cb
2021-12-19 03:09:13 +03:00
tooltip {The function to call to translate labels and tooltips, usually "gettext" or "_"} xywh {128 128 243 20} box THIN_DOWN_BOX labelfont 1 textfont 4
}
Fl_Input i18n_static_function_input {
label {Static Function:}
callback i18n_text_cb
tooltip {function to call to translate static text, The function to call to internationalize labels and tooltips, usually "gettext_noop" or "N_"} xywh {128 153 243 20} box THIN_DOWN_BOX labelfont 1 textfont 4
2005-03-08 16:46:31 +03:00
}
}
2000-04-24 22:22:50 +04:00
}
1998-10-06 22:21:25 +04:00
}
2015-07-09 05:09:33 +03:00
}
2000-04-24 22:22:50 +04:00
2010-02-28 01:38:25 +03:00
decl {extern void i18n_cb(Fl_Choice *,void *);} {public local
2015-07-09 05:09:33 +03:00
}
2002-04-30 22:11:49 +04:00
2023-01-01 23:53:07 +03:00
decl {void scheme_cb(Fl_Scheme_Choice *, void *);} {public local
2015-07-09 05:09:33 +03:00
}
2005-03-20 03:51:02 +03:00
2021-12-08 17:52:15 +03:00
Function {make_settings_window()} {open
} {
2002-04-30 22:11:49 +04:00
Fl_Window settings_window {
2023-01-01 23:53:07 +03:00
label {GUI Settings} open
2023-03-01 17:48:03 +03:00
xywh {701 666 360 355} type Double resizable
code0 {o->size_range(o->w(), o->h());} non_modal visible
2002-04-30 22:11:49 +04:00
} {
2005-03-20 03:51:02 +03:00
Fl_Choice scheme_choice {
2010-02-28 01:38:25 +03:00
label {Scheme: }
2006-09-17 18:58:25 +04:00
callback scheme_cb open
2014-05-18 00:46:25 +04:00
xywh {140 10 115 25} down_box BORDER_BOX labelfont 1
2023-01-01 23:53:07 +03:00
code0 {init_scheme();}
class Fl_Scheme_Choice
} {}
2010-11-12 14:55:10 +03:00
Fl_Group {} {open
2016-07-19 00:12:25 +03:00
xywh {20 43 330 161} labelfont 1 align 0
2005-03-20 03:51:02 +03:00
} {
2010-02-28 01:38:25 +03:00
Fl_Box {} {
label {Options: }
2014-05-18 00:46:25 +04:00
xywh {140 43 1 25} labelfont 1 align 4
2010-02-28 01:38:25 +03:00
}
2005-03-20 03:51:02 +03:00
Fl_Check_Button tooltips_button {
label {Show Tooltips}
callback {Fl_Tooltip::enable(tooltips_button->value());
fluid_prefs.set("show_tooltips", tooltips_button->value());}
2014-05-18 00:46:25 +04:00
xywh {138 43 113 25} down_box DOWN_BOX labelsize 12
2005-03-20 03:51:02 +03:00
code0 {int b;}
code1 {fluid_prefs.get("show_tooltips", b, 1);}
code2 {tooltips_button->value(b);}
code3 {Fl_Tooltip::enable(b);}
}
Fl_Check_Button completion_button {
label {Show Completion Dialogs}
callback {fluid_prefs.set("show_completion_dialogs", completion_button->value());}
2014-05-18 00:46:25 +04:00
xywh {138 68 186 25} down_box DOWN_BOX labelsize 12
2005-03-20 03:51:02 +03:00
code0 {int b;}
code1 {fluid_prefs.get("show_completion_dialogs", b, 1);}
code2 {completion_button->value(b);}
}
Fl_Check_Button openlast_button {
label {Open Previous File on Startup}
callback {fluid_prefs.set("open_previous_file", openlast_button->value());}
2014-05-18 00:46:25 +04:00
xywh {138 93 214 25} down_box DOWN_BOX labelsize 12
2005-03-20 03:51:02 +03:00
code0 {int b;}
code1 {fluid_prefs.get("open_previous_file", b, 0);}
code2 {openlast_button->value(b);}
}
Fl_Check_Button prevpos_button {
label {Remember Window Positions}
callback {fluid_prefs.set("prev_window_pos", prevpos_button->value());}
2014-05-18 00:46:25 +04:00
xywh {138 118 209 25} down_box DOWN_BOX labelsize 12
2005-03-20 03:51:02 +03:00
code0 {int b;}
code1 {fluid_prefs.get("prev_window_pos", b, 1);}
code2 {prevpos_button->value(b);}
}
2008-09-19 01:11:28 +04:00
Fl_Check_Button show_comments_button {
label {Show Comments in Browser}
callback {show_comments = show_comments_button->value();
fluid_prefs.set("show_comments", show_comments);
redraw_browser();}
2014-05-18 00:46:25 +04:00
xywh {138 143 209 25} down_box DOWN_BOX labelsize 12
2008-09-19 01:11:28 +04:00
code1 {fluid_prefs.get("show_comments", show_comments, 1);}
code2 {show_comments_button->value(show_comments);}
}
2005-03-24 20:45:50 +03:00
}
Fl_Spinner recent_spinner {
2010-02-28 01:38:25 +03:00
label {\# Recent Files: }
2005-03-24 20:45:50 +03:00
callback {fluid_prefs.set("recent_files", recent_spinner->value());
load_history();}
2014-05-18 00:46:25 +04:00
xywh {140 173 40 25} labelfont 1 when 1
2005-03-24 20:45:50 +03:00
code0 {int c;}
code1 {fluid_prefs.get("recent_files", c, 5);}
code2 {recent_spinner->maximum(10);}
code3 {recent_spinner->value(c);}
2002-04-30 22:11:49 +04:00
}
2016-07-19 00:12:25 +03:00
Fl_Group {} {open
xywh {10 210 337 95} box THIN_UP_BOX color 47 resizable
} {
Fl_Check_Button use_external_editor_button {
label {Use external editor?}
callback {G_use_external_editor = use_external_editor_button->value();
fluid_prefs.set("use_external_editor", G_use_external_editor);
redraw_browser();}
xywh {25 218 209 22} down_box DOWN_BOX labelsize 12
code1 {fluid_prefs.get("use_external_editor", G_use_external_editor, 0);}
code2 {use_external_editor_button->value(G_use_external_editor);}
}
Fl_Input editor_command_input {
label {Editor Command}
callback {strncpy(G_external_editor_command, editor_command_input->value(), sizeof(G_external_editor_command)-1);
G_external_editor_command[sizeof(G_external_editor_command)-1] = 0;
fluid_prefs.set("external_editor_command", G_external_editor_command);
2019-01-14 02:09:31 +03:00
redraw_browser();}
2016-07-19 00:12:25 +03:00
tooltip {The editor command to open your external text editor.
Include any necessary flags to ensure your editor does not background itself.
Examples:
gvim -f
gedit
emacs} xywh {25 264 305 21} labelsize 12 align 5 when 1 textsize 12
code1 {fluid_prefs.get("external_editor_command", G_external_editor_command, "", sizeof(G_external_editor_command)-1);}
code2 {editor_command_input->value(G_external_editor_command);}
}
}
2008-09-19 01:11:28 +04:00
Fl_Button {} {
label Close
callback {settings_window->hide();}
2016-07-19 00:12:25 +03:00
tooltip {Close this dialog.} xywh {285 320 64 25}
2008-09-19 01:11:28 +04:00
}
2002-04-30 22:11:49 +04:00
}
2015-07-09 05:09:33 +03:00
}
2002-05-01 14:36:08 +04:00
2021-12-09 04:43:57 +03:00
Function {make_shell_window()} {open
2019-01-14 02:09:31 +03:00
} {
2002-05-01 14:36:08 +04:00
Fl_Window shell_window {
2023-03-01 17:48:03 +03:00
label {Shell Command} open
xywh {502 196 375 208} type Double resizable modal size_range {375 208 1024 208} visible
2002-05-01 14:36:08 +04:00
} {
2021-12-09 04:43:57 +03:00
Fl_Group {} {open
2023-02-05 02:35:31 +03:00
xywh {0 0 375 165} resizable
2021-12-09 04:43:57 +03:00
} {
Fl_Input shell_command_input {
label {Command:}
tooltip {external shell command} xywh {82 14 277 20} labelfont 1 labelsize 12 textfont 4 textsize 12 resizable
}
Fl_Check_Button shell_savefl_button {
2023-03-01 17:48:03 +03:00
label {save .fl project file}
tooltip {save the project to the .fl file before running the command} xywh {82 39 136 19} down_box DOWN_BOX labelsize 12
2021-12-09 04:43:57 +03:00
}
Fl_Check_Button shell_writecode_button {
2023-01-01 23:53:07 +03:00
label {save source code}
2021-12-09 04:43:57 +03:00
tooltip {generate the source code and header file before running the command} xywh {82 59 120 19} down_box DOWN_BOX labelsize 12
}
Fl_Check_Button shell_writemsgs_button {
label {save i18n strings}
tooltip {save the internationalisation string before running the command} xywh {82 79 126 19} down_box DOWN_BOX labelsize 12
}
Fl_Check_Button shell_use_fl_button {
2023-03-01 17:48:03 +03:00
label {use settings in .fl project files}
2021-12-09 04:43:57 +03:00
callback {g_shell_use_fl_settings = shell_use_fl_button->value();
2021-12-09 14:40:45 +03:00
fluid_prefs.set("shell_use_fl", g_shell_use_fl_settings);
if (g_shell_use_fl_settings) {
shell_settings_read();
} else {
shell_prefs_get();
}
2023-03-01 17:48:03 +03:00
update_shell_window();} selected
2021-12-09 04:43:57 +03:00
tooltip {check to read and write shell command from and to .fl files} xywh {82 110 180 19} down_box DOWN_BOX labelsize 12
}
Fl_Box {} {
xywh {82 103 275 1} box BORDER_FRAME color 0
}
Fl_Group {} {open
xywh {82 134 273 20}
} {
Fl_Button {} {
label {save as default}
callback {apply_shell_window();
2021-12-09 14:40:45 +03:00
shell_prefs_set();}
2021-12-09 04:43:57 +03:00
tooltip {update the Fluid app settings for external shell commands to the current settings} xywh {82 134 104 20} labelsize 12
}
Fl_Box {} {
xywh {186 136 169 15} resizable
}
}
2005-03-19 11:38:21 +03:00
}
2021-12-09 04:43:57 +03:00
Fl_Group {} {open
2023-02-05 02:35:31 +03:00
xywh {0 160 375 48}
2021-12-09 04:43:57 +03:00
} {
Fl_Box {} {
xywh {10 167 135 25} resizable
}
Fl_Return_Button {} {
label Run
callback {apply_shell_window();
do_shell_command(NULL, NULL);}
tooltip {save selected files and run the command} xywh {145 167 100 25} labelsize 12
}
Fl_Button {} {
label Cancel
callback {shell_command_input->value(g_shell_command);
shell_window->hide();}
xywh {255 167 100 25} labelsize 12
}
2002-05-01 14:36:08 +04:00
}
}
Fl_Window shell_run_window {
2021-12-08 17:52:15 +03:00
label {Shell Command Output}
2023-03-01 17:48:03 +03:00
xywh {455 590 555 430} type Double resizable visible
2002-05-01 14:36:08 +04:00
} {
2019-01-14 03:43:17 +03:00
Fl_Simple_Terminal shell_run_terminal {
xywh {10 10 535 375} resizable
2005-03-19 11:38:21 +03:00
}
2023-02-05 02:35:31 +03:00
Fl_Group {} {open
xywh {10 395 535 25}
} {
Fl_Box {} {
xywh {10 395 435 25} hide resizable
}
Fl_Return_Button shell_run_button {
label Close
callback {Fl_Preferences pos(fluid_prefs, "shell_run_Window_pos");
2019-01-14 02:09:31 +03:00
pos.set("x", shell_run_window->x());
pos.set("y", shell_run_window->y());
pos.set("w", shell_run_window->w());
pos.set("h", shell_run_window->h());
shell_run_window->hide();}
2023-02-05 02:35:31 +03:00
xywh {445 395 100 25}
}
2003-04-01 23:58:08 +04:00
}
2002-05-01 14:36:08 +04:00
}
2015-07-09 05:09:33 +03:00
}
2002-05-01 23:17:24 +04:00
2021-12-08 17:52:15 +03:00
Function {make_layout_window()} {open
} {
2002-05-01 23:17:24 +04:00
Fl_Window grid_window {
2021-12-08 17:52:15 +03:00
label {Layout Settings}
2023-03-01 17:48:03 +03:00
xywh {745 303 310 245} type Double non_modal visible
2002-05-01 23:17:24 +04:00
} {
2005-03-19 11:38:21 +03:00
Fl_Input horizontal_input {
2005-09-09 15:36:36 +04:00
label x
2005-03-19 11:38:21 +03:00
user_data 1 user_data_type long
callback grid_cb
2014-05-18 00:46:25 +04:00
tooltip {Horizontal grid spacing.} xywh {116 10 50 25} type Int box THIN_DOWN_BOX align 8
2005-03-19 11:38:21 +03:00
code0 {o->when(FL_WHEN_RELEASE|FL_WHEN_ENTER_KEY);}
}
Fl_Input vertical_input {
2005-09-09 15:36:36 +04:00
label pixels
2005-03-19 11:38:21 +03:00
user_data 2 user_data_type long
callback grid_cb
2014-05-18 00:46:25 +04:00
tooltip {Vertical grid spacing.} xywh {179 10 50 25} type Int box THIN_DOWN_BOX align 8
2005-03-19 11:38:21 +03:00
code0 {o->when(FL_WHEN_RELEASE|FL_WHEN_ENTER_KEY);}
}
Fl_Input snap_input {
2005-09-09 15:36:36 +04:00
label {pixel snap}
2005-03-19 11:38:21 +03:00
user_data 3 user_data_type long
callback grid_cb
2014-05-18 00:46:25 +04:00
tooltip {Snap to grid within this many pixels.} xywh {116 45 50 25} type Int box THIN_DOWN_BOX align 8
2005-03-19 11:38:21 +03:00
code0 {o->when(FL_WHEN_RELEASE|FL_WHEN_ENTER_KEY);}
}
Fl_Check_Button guides_toggle {
label {Show Guides}
user_data 4 user_data_type long
callback guides_cb
2014-05-18 00:46:25 +04:00
tooltip {Show distance and alignment guides in overlay} xywh {116 80 110 25} down_box DOWN_BOX
2002-05-01 23:17:24 +04:00
}
Fl_Button {} {
label Close
callback {grid_window->hide();}
2014-05-18 00:46:25 +04:00
tooltip {Close this dialog.} xywh {240 210 60 25}
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label {Grid:}
2014-05-18 00:46:25 +04:00
xywh {47 10 70 25} labelfont 1 align 24
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label {Widget Size:}
2014-05-18 00:46:25 +04:00
xywh {10 115 107 25} labelfont 1 align 24
2005-09-09 15:36:36 +04:00
}
Fl_Group {} {open
2021-12-19 03:09:13 +03:00
xywh {105 115 192 75}
2005-09-09 15:36:36 +04:00
} {
Fl_Round_Button {def_widget_size[0]} {
user_data 8 user_data_type long
2005-11-04 01:16:52 +03:00
callback default_widget_size_cb
2014-05-18 00:46:25 +04:00
xywh {115 115 70 25} type Radio down_box ROUND_DOWN_BOX
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label tiny
2014-05-18 00:46:25 +04:00
xywh {130 115 50 25} labelsize 8 align 20
2005-09-09 15:36:36 +04:00
}
Fl_Round_Button {def_widget_size[1]} {
user_data 11 user_data_type long
2005-11-04 01:16:52 +03:00
callback default_widget_size_cb
2014-05-18 00:46:25 +04:00
xywh {202 115 70 25} type Radio down_box ROUND_DOWN_BOX
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label small
2014-05-18 00:46:25 +04:00
xywh {218 115 50 25} labelsize 11 align 20
2005-09-09 15:36:36 +04:00
}
Fl_Round_Button {def_widget_size[2]} {
user_data 14 user_data_type long
2005-11-04 01:16:52 +03:00
callback default_widget_size_cb
2014-05-18 00:46:25 +04:00
xywh {115 140 70 25} type Radio down_box ROUND_DOWN_BOX
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label normal
2014-05-18 00:46:25 +04:00
xywh {130 140 50 25} align 20
2005-09-09 15:36:36 +04:00
}
Fl_Round_Button {def_widget_size[3]} {
user_data 18 user_data_type long
2005-11-04 01:16:52 +03:00
callback default_widget_size_cb
2014-05-18 00:46:25 +04:00
xywh {202 140 90 25} type Radio down_box ROUND_DOWN_BOX
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label medium
2014-05-18 00:46:25 +04:00
xywh {218 140 68 25} labelsize 18 align 20
2005-09-09 15:36:36 +04:00
}
Fl_Round_Button {def_widget_size[4]} {
user_data 24 user_data_type long
2005-11-04 01:16:52 +03:00
callback default_widget_size_cb
2014-05-18 00:46:25 +04:00
xywh {115 165 75 25} type Radio down_box ROUND_DOWN_BOX
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label large
2014-05-18 00:46:25 +04:00
xywh {130 165 64 25} labelsize 24 align 20
2005-09-09 15:36:36 +04:00
}
Fl_Round_Button {def_widget_size[5]} {
user_data 32 user_data_type long
2005-11-04 01:16:52 +03:00
callback default_widget_size_cb
2014-05-18 00:46:25 +04:00
xywh {202 165 95 25} type Radio down_box ROUND_DOWN_BOX
2005-09-09 15:36:36 +04:00
}
Fl_Box {} {
label huge
2014-05-18 00:46:25 +04:00
xywh {218 165 76 25} labelsize 32 align 20
2005-09-09 15:36:36 +04:00
}
2002-05-01 23:17:24 +04:00
}
}
2015-07-09 05:09:33 +03:00
}