layout_uiselectitem.ui.txt 1014 B

123456789101112131415161718
  1. # UISelectItem and UISelectItemSource object layout file
  2. TBLayout: axis: y, id: selectitemlayout
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UISelectItem and UISelectItemSource objects\nThese objects are used to program the contents of UISelectList widgets."
  5. TBTextField: id: spacer, text: " "
  6. TBTextField: id: selectitemlower, text: " "
  7. TBTextField: id: spacer, text: " "
  8. TBLayout
  9. TBButton: text: "Add UISelectItem text", id: uisi1
  10. TBButton: text: "Add UISelectItem text,id", id: uisi2
  11. TBButton: text: "Add UISelectItem text,id,icon", id: uisi3
  12. TBButton: text: "Add UISelectItem Atomic entry", id: uisi4
  13. TBButton: text: "Clear UISelectItemSource", id: uisi5
  14. TBLayout
  15. TBButton: text: "UISelectItem help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiselectitem.html"
  16. TBButton: text: "UISelectItem application code", id: uiselectitemcode
  17. TBButton: text: "UISelectItem layout code", id: uiselectitemlayout