summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Nations <willnationsdev@gmail.com>2017-12-04 14:25:50 -0600
committerWill Nations <willnationsdev@gmail.com>2017-12-04 14:26:10 -0600
commit8a079fbdcc74376a700a6ae1cf0cfc30ce142c57 (patch)
treea83c7bff295c079d4b91db3f235c2d0aba21b74d
parentfaaa012b843466805a41f90edf69442c69a3aeea (diff)
[DOCS] WindowDialog member descriptions
-rw-r--r--doc/classes/WindowDialog.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/WindowDialog.xml b/doc/classes/WindowDialog.xml
index 41aa71b782..5bdcfe238d 100644
--- a/doc/classes/WindowDialog.xml
+++ b/doc/classes/WindowDialog.xml
@@ -21,8 +21,10 @@
</methods>
<members>
<member name="resizable" type="bool" setter="set_resizable" getter="get_resizable">
+ If [code]true[/code] the user can resize the window. Default value: [code]false[/code].
</member>
<member name="window_title" type="String" setter="set_title" getter="get_title">
+ The text displayed in the window's title bar. Default value: "Save a File".
</member>
</members>
<constants>