| 123456789101112 |
- # UIPromptWindow widget layout file
- TBLayout: axis: y
- TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
- 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."
- TBTextField: id: spacer, text: " "
- TBButton: id: "stringfinder", text: "Bring up a Prompt window..."
- TBTextField: id: spacer, text: " "
- TBLayout
- TBButton: id: "uipromptwindowhelp", text: "UIPromptWindow help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uipromptwindow.html"
- TBButton: text: "UIPromptWindow application code", id: uipromptwindowcode
- TBButton: text: "UIPromptWindow layout code", id: uipromptwindowlayout
|