layout_uiradiobutton.ui.txt 832 B

12345678910111213141516
  1. # UIRadioButton widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIRadioButton widget\nThis widget displays and can change a boolean state.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBRadioButton: id: demoradio
  8. TBTextField: id: spacer, text: " "
  9. TBButton: id: "radioset", text: "Set the Radiobutton ON"
  10. TBButton: id: "radiounset", text: "Set the Radiobutton OFF"
  11. TBTextField: id: spacer, text: " "
  12. TBLayout
  13. TBButton: text: "UIRadioButton help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiradiobutton.html"
  14. TBButton: text: "UIRadioButton application code", id: uiradiobuttoncode
  15. TBButton: text: "UIRadioButton layout code", id: uiradiobuttonlayout