layout_uibutton.ui.txt 925 B

1234567891011121314151617181920
  1. # UIButton widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIButton widget\nThis widget generates an event when pressed.\nThe Statusbar will display the event information."
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBLayout: axis: y
  8. TBButton: text: "Press me!", id: demobutton
  9. TBButton: id: buttonducky, skin: DuckButton
  10. TBButton: id: buttonready
  11. TBSkinImage: skin: ReadyButton
  12. TBButton: id: buttonatomic
  13. TBSkinImage: skin: LogoAtomic
  14. TBButton: id: buttongreen, text: "Press me, I`m green", skin: ColorButton
  15. TBTextField: id: spacer, text: " "
  16. TBLayout
  17. TBButton: text: "UIButton help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uibutton.html"
  18. TBButton: text: "UIButton application code", id: uibuttoncode
  19. TBButton: text: "UIButton layout code", id: uibuttonlayout