doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
parent
2bc6db65c1
commit
7dfba3cda9
133 changed files with 2117 additions and 2060 deletions
|
|
@ -124,28 +124,28 @@
|
|||
</signal>
|
||||
</signals>
|
||||
<constants>
|
||||
<constant name="MODE_OPEN_FILE" value="0">
|
||||
<constant name="MODE_OPEN_FILE" value="0" enum="Mode">
|
||||
The dialog allows the selection of one, and only one file.
|
||||
</constant>
|
||||
<constant name="MODE_OPEN_FILES" value="1">
|
||||
<constant name="MODE_OPEN_FILES" value="1" enum="Mode">
|
||||
The dialog allows the selection of multiple files.
|
||||
</constant>
|
||||
<constant name="MODE_OPEN_DIR" value="2">
|
||||
<constant name="MODE_OPEN_DIR" value="2" enum="Mode">
|
||||
The dialog functions as a folder selector, disallowing the selection of any file.
|
||||
</constant>
|
||||
<constant name="MODE_OPEN_ANY" value="3">
|
||||
<constant name="MODE_OPEN_ANY" value="3" enum="Mode">
|
||||
The dialog allows the selection of a file or a directory.
|
||||
</constant>
|
||||
<constant name="MODE_SAVE_FILE" value="4">
|
||||
<constant name="MODE_SAVE_FILE" value="4" enum="Mode">
|
||||
The dialog will warn when a file exists.
|
||||
</constant>
|
||||
<constant name="ACCESS_RESOURCES" value="0">
|
||||
<constant name="ACCESS_RESOURCES" value="0" enum="Access">
|
||||
The dialog allows the selection of file and directory.
|
||||
</constant>
|
||||
<constant name="ACCESS_USERDATA" value="1">
|
||||
<constant name="ACCESS_USERDATA" value="1" enum="Access">
|
||||
The dialog allows access files under [Resource] path(res://) .
|
||||
</constant>
|
||||
<constant name="ACCESS_FILESYSTEM" value="2">
|
||||
<constant name="ACCESS_FILESYSTEM" value="2" enum="Access">
|
||||
The dialog allows access files in whole file system.
|
||||
</constant>
|
||||
</constants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue