layout_uisection.ui.txt 1020 B

123456789101112131415161718
  1. # UISection widget layout file
  2. TBLayout: axis: y, size: available, position: gravity, distribution: gravity
  3. TBSection: value: 1, text: "UISection 1", id: "UISectionDemo"
  4. TBLayout: axis: y
  5. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  6. text: "UISection widget\nThis widget can display other widgets and collapse the viewing area\nThe Statusbar will display the results."
  7. TBTextField: text: "this is UISection contents"
  8. TBTextField: text: "this is UISection contents"
  9. TBTextField: text: "this is UISection contents"
  10. TBTextField: text: "this is UISection contents"
  11. TBSection: value: 0, text: "UISection 2", id: "UISection2Demo"
  12. @file sheet.ui.txt
  13. TBWidget: gravity: all, id: "UIsectionFiller"
  14. TBLayout
  15. TBButton: text: "UISection help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uisection.html"
  16. TBButton: text: "UISection application code", id: uisectioncode
  17. TBButton: text: "UISection layout code", id: uisectionlayout