layout_uiclicklabel.ui.txt 833 B

12345678910111213141516
  1. # UIClickLabel widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIClickLabel widget\nThis widget is a helper for the Checkbox and RadioButton.\nIt will operate those buttons by clicking on the label next to it."
  5. TBContainer
  6. TBLayout: axis: y
  7. TBClickLabel: id: democlicklabel, text: "Click my Label"
  8. TBCheckBox: id: somecheck
  9. TBClickLabel: id: democlicklabel, text: "Click my Label"
  10. TBRadioButton: id: someradio
  11. TBTextField: id: spacer, text: " "
  12. TBLayout
  13. TBButton: text: "UIClickLabel help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiclicklabel.html"
  14. TBButton: text: "UIClickLabel application code", id: uiclicklabelcode
  15. TBButton: text: "UIClickLabel layout code", id: uiclicklabellayout