layout_uicheckbox.ui.txt 799 B

12345678910111213141516
  1. # UICheckBox widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UICheckbox widget\nThis widget displays and can change a boolean state.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBCheckBox: id: democheck
  8. TBTextField: id: spacer, text: " "
  9. TBButton: id: "checkset", text: "Set the Checkbox ON"
  10. TBButton: id: "checkunset", text: "Set the Checkbox OFF"
  11. TBTextField: id: spacer, text: " "
  12. TBLayout
  13. TBButton: text: "UICheckBox help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uicheckbox.html"
  14. TBButton: text: "UICheckBox application code", id: uicheckboxcode
  15. TBButton: text: "UICheckBox layout code", id: uicheckboxlayout