layout_uitabcontainer.ui.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. # UITabContainer widget layout file
  2. TBLayout: axis: y, size: available, position: gravity, distribution: gravity
  3. TBTabContainer:
  4. gravity all
  5. id UITabContainerDemo
  6. tabs
  7. TBButton
  8. text tab1
  9. TBButton
  10. text tab2
  11. TBButton
  12. text tab3
  13. TBLayout: axis: y, size: available, position: gravity, distribution: available, id: "TabLayout1"
  14. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 0, skin: "sheet_cell"
  15. text: "UITabContainer widget\nThis widget can contain pages of information that can be accessed by tabs\nThe Statusbar will display the results."
  16. TBLayout: axis: y, size: available, position: gravity, distribution: available, id: "TabLayout2"
  17. TBButton: text: "TAB 2"
  18. font: size: 80dp
  19. TBLayout: axis: y, size: available, position: gravity, distribution: available, id: "TabLayout3"
  20. TBButton: text: "TAB 3"
  21. font: size: 80dp
  22. TBTextField: id: spacer, text: " "
  23. TBLayout
  24. TBButton: text: "Undock Current Tab", id: uitabcontainerundock
  25. TBButton: text: "Dock", id: uitabcontainerredock
  26. TBButton: text: "Remove Current Tab", id: uitabcontainerremove
  27. TBButton: text: "Add a Tab file ", id: uitabcontaineradd
  28. TBButton: text: "Add a Tab code", id: uitabcontainermake
  29. TBButton: text: "UITabContainer help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uitabcontainer.html"
  30. TBButton: text: "Application code", id: uitabcontainercode
  31. TBButton: text: "Layout code", id: uitabcontainerlayout