AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
FileDialog
To Subscribe, use this Key
two-nebraska-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description FileDialog is a preset dialog used to choose files and directories in the filesystem. It supports filter masks. FileDialog a…
Published
06/07/2024
Properties Access access 0 String current_dir String current_file String current_path …
Published
06/07/2024
Signals dir_selected (dir: String ) Emitted when the user selects a directory. file_selected (path: String ) E…
Published
06/07/2024
Enumerations enum FileMode : FileMode FILE_MODE_OPEN_FILE = 0 The dialog allows selecting one, and only one file.…
Published
06/07/2024
Property Descriptions Access access = 0 void set_access (value: Access ) Access get_access () The f…
Published
06/07/2024
Method Descriptions void add_filter (filter: String , description: String = "") Adds a comma-delimited file name filte…
Published
06/07/2024
Theme Property Descriptions Color file_disabled_color = Color(1, 1, 1, 0.25) The color tint for disabled files (wh…
Status
Last Update
Fields