layout_uiselectdropdown.ui.txt 904 B

123456789101112131415161718
  1. # UISelectDropdown widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UISelectDropdown widget\nThis widget can display a list of options, and can select one to make it the current value.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBSelectDropdown: id: selectdropdowndemo
  7. lp: min-width: 128dp
  8. items:
  9. item: text: "SelectDropdown 1"
  10. item: text: "SelectDropdown 2"
  11. item: text: "SelectDropdown 3"
  12. item: text: "SelectDropdown 4"
  13. TBTextField: id: spacer, text: " "
  14. TBLayout
  15. TBButton: text: "UISelectDropdown help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiselectdropdown.html"
  16. TBButton: text: "UISelectDropdown application code", id: uiselectdropdowncode
  17. TBButton: text: "UISelectDropdown layout code", id: uiselectdropdownlayout