diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-14 23:42:09 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-14 23:42:17 +0200 |
| commit | 5d69828ed08c5f3a254a2d5ae9a9ed65decb54a7 (patch) | |
| tree | 92a443a7cffd1b4f49fa101be3432de1361bdd6f /test/radio.fl | |
| parent | b2eb664586b8d464e3382101846e4bde250285df (diff) | |
FLUID: fixes all overlapping widgets in all .fl files
Also fixes an issue with multiple use of the same variable
for different types of i18n.
Diffstat (limited to 'test/radio.fl')
| -rw-r--r-- | test/radio.fl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/test/radio.fl b/test/radio.fl index 868edac8c..a30df6821 100644 --- a/test/radio.fl +++ b/test/radio.fl @@ -2,6 +2,11 @@ version 1.0400 header_name {.h} code_name {.cxx} +snap { + ver 1 + current_suite FLTK + current_preset 1 +} Function {button_cb(Fl_Button *b, void *)} { comment {Buttons test callback} open private return_type void } { @@ -9,14 +14,13 @@ Function {button_cb(Fl_Button *b, void *)} { sprintf(msg, "Label: '%s'\\nValue: %d", b->label(),b->value()); cb_info->value(msg); cb_info->redraw(); -printf("%s\\n",msg);} {selected - } +printf("%s\\n",msg);} {} } Function {} {open } { - Fl_Window {} {open - xywh {463 67 369 214} type Double hide + Fl_Window {} {open selected + xywh {470 366 369 214} type Double visible } { Fl_Button {} { label {&Fl_Button A1} |
