summaryrefslogtreecommitdiff
path: root/test/keyboard_ui.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-14 23:42:09 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-14 23:42:17 +0200
commit5d69828ed08c5f3a254a2d5ae9a9ed65decb54a7 (patch)
tree92a443a7cffd1b4f49fa101be3432de1361bdd6f /test/keyboard_ui.fl
parentb2eb664586b8d464e3382101846e4bde250285df (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/keyboard_ui.fl')
-rw-r--r--test/keyboard_ui.fl15
1 files changed, 10 insertions, 5 deletions
diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl
index aca1002be..425b05f4b 100644
--- a/test/keyboard_ui.fl
+++ b/test/keyboard_ui.fl
@@ -2,12 +2,17 @@
version 1.0400
header_name {.h}
code_name {.cxx}
+snap {
+ ver 1
+ current_suite FLTK
+ current_preset 1
+}
Function {make_window()} {open
} {
- Fl_Window my_window {open selected
- xywh {461 296 495 215} type Double hide
+ Fl_Window my_window {open
+ xywh {448 339 495 215} type Double
code0 {\#include "keyboard.h"}
- class MyWindow
+ class MyWindow visible
} {
Fl_Button {} {
label {Esc }
@@ -685,8 +690,8 @@ Function {make_window()} {open
xywh {15 20 170 30} labelsize 9 align 5
}
Fl_Box {} {
- label {Fl::event_state():}
- xywh {400 15 80 40} labelsize 9 align 5
+ label {Fl::event_state():} selected
+ xywh {400 15 80 0} labelsize 9 align 5
}
Fl_Output text_output {
label {Fl::event_text():}