diff options
author | kobewi <kobewi4e@gmail.com> | 2022-03-13 01:35:20 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-06-28 18:56:18 +0200 |
commit | 9d48cd502bd551c81fa6f1de090b0c6ba67f256d (patch) | |
tree | 3f10eb68f31c8c448830b0da949d29371cd92742 /doc/classes/FileDialog.xml | |
parent | 622b656c40f9d8d9c8fdd45d6727f416952636d7 (diff) | |
download | redot-engine-9d48cd502bd551c81fa6f1de090b0c6ba67f256d.tar.gz |
Add root_subfolder to FileDialog
Diffstat (limited to 'doc/classes/FileDialog.xml')
-rw-r--r-- | doc/classes/FileDialog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index 9d55704604..903f36d0ce 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -75,6 +75,9 @@ <member name="mode_overrides_title" type="bool" setter="set_mode_overrides_title" getter="is_mode_overriding_title" default="true"> If [code]true[/code], changing the [code]Mode[/code] property will set the window title accordingly (e.g. setting mode to [constant FILE_MODE_OPEN_FILE] will change the window title to "Open a File"). </member> + <member name="root_subfolder" type="String" setter="set_root_subfolder" getter="get_root_subfolder" default=""""> + If non-empty, the given sub-folder will be "root" of this [FileDialog], i.e. user won't be able to go to its parent directory. + </member> <member name="show_hidden_files" type="bool" setter="set_show_hidden_files" getter="is_showing_hidden_files" default="false"> If [code]true[/code], the dialog will show hidden files. </member> |