layout_uiwindow.ui.txt 747 B

12345678910111213
  1. # UIWindow widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIWindow widget\nThis widget is used to create custom windows.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBButton: id: windowdemo, text: "Bring up a custom login UIWindow..."
  7. TBButton: id: windowdemo1, text: "Bring up a custom table UIWindow..."
  8. TBTextField: id: spacer, text: " "
  9. TBLayout
  10. TBButton: id: "uiwindowhelp", text: "UIWindow help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiwindow.html"
  11. TBButton: text: "UIWindow application code", id: uiwindowcode
  12. TBButton: text: "UIWindow layout code", id: uiwindowlayout