layout_uipromptwindow.ui.txt 761 B

123456789101112
  1. # UIPromptWindow widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIPromptWindow widget\nThis widget is used to create a window which can return a string that is entered.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBButton: id: "stringfinder", text: "Bring up a Prompt window..."
  7. TBTextField: id: spacer, text: " "
  8. TBLayout
  9. TBButton: id: "uipromptwindowhelp", text: "UIPromptWindow help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uipromptwindow.html"
  10. TBButton: text: "UIPromptWindow application code", id: uipromptwindowcode
  11. TBButton: text: "UIPromptWindow layout code", id: uipromptwindowlayout