FileChooser.setCreateFolders
void setCreateFolders(bool createFolders)Sets whether file chooser will offer to create new folders.
This is only relevant if the action is not set to be gtk.types.FileChooserAction.Open.
Parameters
createFolders | true if the Create Folder button should be displayed |
Deprecated
Use gtk.file_dialog.FileDialog instead