Test.ui.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. WindowInfo
  2. title Turbo Badger
  3. position 10 50
  4. size 250 630
  5. TBLayout: axis: y, distribution-position: "left top", distribution: "available"
  6. TBSection: value: 1, text: "Misc features"
  7. TBLayout: axis: y, spacing: 0, size: available
  8. TBButton: skin: "TBButton.flat", text: "Radiobutton & Checkbox"
  9. id: "test-layout"
  10. data: "test_radio_checkbox.tb.txt"
  11. TBButton: skin: "TBButton.flat", text: "TBSelectList", id: "test-list"
  12. TBButton: skin: "TBButton.flat", text: "ScrollContainer & misc.", id: "test-scroll-container"
  13. TBButton: skin: "TBButton.flat", text: "TBWidgetValue connections", id: "test-connections"
  14. TBButton: skin: "TBButton.flat", text: "TBImage", id: "test-image"
  15. TBButton: skin: "TBButton.flat", text: "TBScrollerSnapListener", id: "test-page"
  16. TBButton: skin: "TBButton.flat", text: "Animations", id: "test-animations"
  17. TBButton: skin: "TBButton.flat", text: "Skin conditions", id: "test-skin-conditions"
  18. TBButton: skin: "TBButton.flat", text: "TBToggleContainer"
  19. id: "test-layout"
  20. data: "test_toggle_containers.tb.txt"
  21. TBButton: skin: "TBButton.flat", text: "Close with dim & alert", id: "TBWindow.close"
  22. TBButton: skin: "TBButton.flat", text: "ResourceEditWindow", id: "test-resource-edit"
  23. TBSection: value: 0, text: "Layout tests"
  24. TBLayout: axis: y, spacing: 0, size: available
  25. TBButton: skin: "TBButton.flat", text: "Size, gravity, position"
  26. id: "test-layout"
  27. data: "test_layout01.tb.txt"
  28. TBButton: skin: "TBButton.flat", text: "Distribution"
  29. id: "test-layout"
  30. data: "test_layout02.tb.txt"
  31. TBButton: skin: "TBButton.flat", text: "TBWidget default"
  32. id: "test-layout"
  33. data: "test_layout03.tb.txt"
  34. TBSection: value: 0, text: "Graphics tests"
  35. TBLayout: axis: y, spacing: 0, size: available
  36. TBClickLabel: text: "Continous repaint"
  37. lp: max-width: 0
  38. TBCheckBox: connection: continous-repaint
  39. TBButton: skin: "TBButton.flat", text: "Reload skin bitmaps", id: "reload skin bitmaps"
  40. TBButton: skin: "TBButton.flat", text: "Context lost & restore", id: "test context lost"
  41. TBSection: value: 0, text: "Message tests"
  42. TBLayout: axis: y, spacing: 0, size: available
  43. TBButton: skin: "TBButton.flat", text: "PostMessage", id: "msg"
  44. TBButton: skin: "TBButton.flat", text: "PostMessageDelayed", id: "delayedmsg"
  45. TBClickLabel: text: "Busy message loop"
  46. lp: max-width: 0
  47. TBCheckBox: id: "busymsg"
  48. # We want the debug button at the bottom if there is space over,
  49. # so use an trailing layout which may expand a lot.
  50. TBLayout: axis: y, distribution-position: bottom
  51. lp: max-height: 10000
  52. TBButton: id: "debug settings", text: "Runtime debug settings..."