layout_uiinlineselect.ui.txt 888 B

123456789101112131415
  1. # UIInlineSelect widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIInlineSelect widget\nThis widget displays and can change a value with the editfield and arrow buttons.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBInlineSelect: id: inlineselectdemo
  7. TBTextField: id: spacer, text: " "
  8. TBTextField: text: "Use this slider to change the step size from .1 to 2"
  9. TBSlider: min: 0.1, max: 2.0, value: 1, id: ilsstep
  10. lp: width: 200
  11. TBTextField: id: spacer, text: " "
  12. TBLayout
  13. TBButton: text: "UIInlineSelect help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiinlineselect.html"
  14. TBButton: text: "UIInlineSelect application code", id: uiinlineselectcode
  15. TBButton: text: "UIInlineSelect layout code", id: uiinlineselectlayout