| 1234567891011121314151617 |
- # UISection widget layout file
- TBLayout: axis: y, size: available, position: gravity, distribution: gravity
- TBTextField: text: "this is the Example of a UISection widget"
- TBSection: value: 0, text: "UISection 1", id: "UISectionDemo"
- TBLayout: axis: y
- TBTextField: text: "this is UISection contents"
- TBTextField: text: "this is UISection contents"
- TBTextField: text: "this is UISection contents"
- TBTextField: text: "this is UISection contents"
- TBSection: value: 0, text: "UISection 2", id: "UISection2Demo"
- @file sheet.ui.txt
- TBWidget: gravity: all, id: "UIsectionFiller"
- TBLayout
- TBButton: text: "UISection help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uisection.html"
- TBButton: text: "UISection application code", id: uisectioncode
- TBButton: text: "UISection layout code", id: uisectionlayout
|