layout_uisection.ui.txt 850 B

1234567891011121314151617
  1. # UISection widget layout file
  2. TBLayout: axis: y, size: available, position: gravity, distribution: gravity
  3. TBTextField: text: "this is the Example of a UISection widget"
  4. TBSection: value: 0, text: "UISection 1", id: "UISectionDemo"
  5. TBLayout: axis: y
  6. TBTextField: text: "this is UISection contents"
  7. TBTextField: text: "this is UISection contents"
  8. TBTextField: text: "this is UISection contents"
  9. TBTextField: text: "this is UISection contents"
  10. TBSection: value: 0, text: "UISection 2", id: "UISection2Demo"
  11. @file sheet.ui.txt
  12. TBWidget: gravity: all, id: "UIsectionFiller"
  13. TBLayout
  14. TBButton: text: "UISection help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uisection.html"
  15. TBButton: text: "UISection application code", id: uisectioncode
  16. TBButton: text: "UISection layout code", id: uisectionlayout