layout_uiseparator.ui.txt 863 B

1234567891011121314151617
  1. # UISeparator widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UISeparator widget\nThis widget can be used to draw an etched line between other widgets\nThere is a secret: if you add a `-` as a string in a UIMenuItem, it will add a separator in the menu."
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBLayout: axis: y
  8. TBTextField: text: " v "
  9. TBSeparator
  10. lp: width: 200dp, height: 4dp
  11. TBTextField: text: " ^ "
  12. TBTextField: id: spacer, text: " "
  13. TBLayout
  14. TBButton: text: "UISeparator help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiseparator.html"
  15. TBButton: text: "UISeparator application code", id: uiseparatorcode
  16. TBButton: text: "UISeparator layout code", id: uiseparatorlayout