layout_uimessagewindow.ui.txt 947 B

123456789101112131415
  1. # UIMessageWindow widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIMessageWindow widget\nThis widget is used to create custom message windows.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBButton: id: "msgnone", text: "Bring up a MessageWindow..."
  7. TBButton: id: "msgok", text: "Bring up an OK MessageWindow..."
  8. TBButton: id: "msgkcancel", text: "Bring up an OK CANCEL MessageWindow..."
  9. TBButton: id: "msgyesno", text: "Bring up a YES NO MessageWindow..."
  10. TBTextField: id: spacer, text: " "
  11. TBLayout
  12. TBButton: id: "uimessagewindowhelp", text: "UIMessageWindow help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uimessagewindow.html"
  13. TBButton: text: "UIMessageWindow application code", id: uimessagewindowcode
  14. TBButton: text: "UIMessageWindow layout code", id: uimessagewindowlayout