layout_uiselectlist.ui.txt 1.1 KB

1234567891011121314151617181920212223
  1. # UISelectList widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UISelectList widget\nThis widget can display a list of entries, which can be selected.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBSelectList: id: UISelectListDemo
  8. items:
  9. item: text: "entry1", id: UISelectListE1
  10. item: text: "entry2", id: UISelectListE2
  11. item: text: "-"
  12. item: text: "entry3", id: UISelectListE3
  13. TBTextField: id: spacer, text: " "
  14. TBLayout
  15. TBButton: id: selectlistadd, text: "UISelectList add entry to list"
  16. TBButton: id: selectlistdel, text: "UISelectList delete selected entry"
  17. TBButton: id: selectlistdelall, text: "UISelectList delete all"
  18. TBButton: id: selectlistnew, text: "UISelectList add new entry set"
  19. TBLayout
  20. TBButton: text: "UISelectList help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiselectlist.html"
  21. TBButton: text: "UISelectList application code", id: uiselectlistcode
  22. TBButton: text: "UISelectList layout code", id: uiselectlistlayout