summaryrefslogtreecommitdiff
path: root/test/valuators.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-15 15:48:22 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-15 15:48:22 +0100
commitfc03d304e787936fa6bdd619a79c1b3fef51484d (patch)
treeed80120ead8a8d4b2a5396d4414821d62baa2bed /test/valuators.fl
parent4cf758f9c4edf33acb62a320ac4a37ed8f4cf595 (diff)
FLUID: fixing test/valuator.fl and test/tree.fl
Using Fl_Terminal widget instead of subclassing from Fl_Group
Diffstat (limited to 'test/valuators.fl')
-rw-r--r--test/valuators.fl8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/valuators.fl b/test/valuators.fl
index 8b40eaef1..142037d96 100644
--- a/test/valuators.fl
+++ b/test/valuators.fl
@@ -2,9 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-decl {\#include <FL/Fl_Terminal.H>} {public global
-}
-
Function {} {open
} {
Fl_Window {} {
@@ -231,10 +228,9 @@ Function {} {open
label {Some widgets have color(FL_GREEN) and color2(FL_RED) to show the areas these effect.}
xywh {460 385 110 115} box BORDER_FRAME color 0 selection_color 0 labelsize 11 align 128
}
- Fl_Box tty {selected
- xywh {10 513 560 117} box DOWN_BOX color 0
+ Fl_Terminal tty {selected
+ xywh {10 513 560 117} box DOWN_BOX
code0 {o->ansi(true);}
- class Fl_Terminal
}
}
}