Method

GtkFileChooserset_create_folders

since: 2.18

Declaration [src]

void
gtk_file_chooser_set_create_folders (
  GtkFileChooser* chooser,
  gboolean create_folders
)

Description [src]

Sets whether file choser will offer to create new folders. This is only relevant if the action is not set to be GTK_FILE_CHOOSER_ACTION_OPEN.

Available since: 2.18

Parameters

create_folders

Type: gboolean

TRUE if the Create Folder button should be displayed.