PHP-GTK
Tuesday, February 14, 2012 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkFileChooserError
GtkFileFilterFlagsnext

Last updated: Tue, 14 Feb 2012
view this page in English

GtkFileChooserAction

Describes whether a GtkFileChooser is being used to open existing files or to save to a possibly new file.

Value

Symbolic name

Description

 Gtk::FILE_CHOOSER_ACTION_OPEN Indicates open mode. The file chooser will only let the user pick an existing file.
 Gtk::FILE_CHOOSER_ACTION_SAVE Indicates save mode. The file chooser will let the user pick an existing file, or type in a new filename.
 Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER Indicates an Open mode for selecting folders. The file chooser will let the user pick an existing folder.
 Gtk::FILE_CHOOSER_ACTION_CREATE_FOLDER Indicates a mode for creating a new folder. The file chooser will let the user name an existing or new folder.

User Contributed Notes
gtk.enum.filechooseraction.php
add a note about notes
There are no user contributed notes for this page.


previousGtkFileChooserError
GtkFileFilterFlagsnext

Last updated: Tue, 14 Feb 2012
view this page in English


credits 

PHP  Copyright © 2001-2012 The PHP Group
 All rights reserved.
Last updated: Tue Feb 14 02:45:53 2012 UTC