layout_uiscrollbar.ui.txt 732 B

1234567891011121314
  1. # UIScrollBar widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIScrollBar widget\nThis widget can display a range and value, and change the value.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBScrollBar: min: 0, max: 100, thumb: 20, value: 5, id: scrollbardemo
  8. lp: width: 200dp
  9. TBTextField: id: spacer, text: " "
  10. TBLayout
  11. TBButton: text: "UIScrollBar help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiscrollbar.html"
  12. TBButton: text: "UIScrollBar application code", id: uiscrollbarcode
  13. TBButton: text: "UIScrollBar layout code", id: uiscrollbarlayout