layout_uicontainer.ui.txt 685 B

123456789101112131415
  1. # UIContainer widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIContainer widget\nThis is a container that displays a etched line around its perimeter."
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBWidget
  8. lp: width: 256, height: 64
  9. TBTextField: text: "Its right there ^"
  10. TBTextField: id: spacer, text: " "
  11. TBLayout
  12. TBButton: text: "UIContainer help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uicontainer.html"
  13. TBButton: text: "UIContainer application code", id: uicontainercode
  14. TBButton: text: "UIContainer layout code", id: uicontainerlayout