Files

61 lines
2.7 KiB
Plaintext

WindowInfo
title Elemental Forms
position 10 50
size 250 630
LayoutBox: axis: y, distribution-position: "left top", distribution: "available"
GroupBox: value: 1, text: "Misc features"
LayoutBox: axis: y, spacing: 0, size: available
Button: skin: "Button.flat", text: "Radiobutton & Checkbox"
id: "test-layout"
data: "test_radio_checkbox.tb.txt"
Button: skin: "Button.flat", text: "ListBox", id: "test-list"
Button: skin: "Button.flat", text: "ScrollContainer & misc.", id: "test-scroll-container"
Button: skin: "Button.flat", text: "ElementValue connections", id: "test-connections"
Button: skin: "Button.flat", text: "Image", id: "test-image"
Button: skin: "Button.flat", text: "ScrollerSnapListener", id: "test-page"
Button: skin: "Button.flat", text: "Animations", id: "test-animations"
Button: skin: "Button.flat", text: "Skin conditions", id: "test-skin-conditions"
Button: skin: "Button.flat", text: "ToggleContainer"
id: "test-layout"
data: "test_toggle_containers.tb.txt"
Button: skin: "Button.flat", text: "Close with dim & alert", id: "Window.close"
Button: skin: "Button.flat", text: "Fullscreen Window", id: "test-fullscreen-window"
Button: skin: "Button.flat", text: "ResourceEditWindow", id: "test-resource-edit"
Button: skin: "Button.flat", text: "DSL", id: "test-dsl"
GroupBox: value: 0, text: "Layout tests"
LayoutBox: axis: y, spacing: 0, size: available
Button: skin: "Button.flat", text: "Size, gravity, position"
id: "test-layout"
data: "test_layout01.tb.txt"
Button: skin: "Button.flat", text: "Distribution"
id: "test-layout"
data: "test_layout02.tb.txt"
Button: skin: "Button.flat", text: "Element default"
id: "test-layout"
data: "test_layout03.tb.txt"
GroupBox: value: 0, text: "Graphics tests"
LayoutBox: axis: y, spacing: 0, size: available
LabelContainer: text: "Continous repaint"
lp: max-width: 0
CheckBox: connection: continous-repaint
Button: skin: "Button.flat", text: "Reload skin bitmaps", id: "reload skin bitmaps"
Button: skin: "Button.flat", text: "Context lost & restore", id: "test context lost"
GroupBox: value: 0, text: "Message tests"
LayoutBox: axis: y, spacing: 0, size: available
Button: skin: "Button.flat", text: "PostMessage", id: "msg"
Button: skin: "Button.flat", text: "PostMessageDelayed", id: "delayedmsg"
LabelContainer: text: "Busy message loop"
lp: max-width: 0
CheckBox: id: "busymsg"
# We want the debug button at the bottom if there is space over,
# so use an trailing layout which may expand a lot.
LayoutBox: axis: y, distribution-position: bottom
lp: max-height: 10000
Button: id: "debug settings", text: "Runtime debug settings..."