[Top]
GTK2
GTK2.FileChooser
|
Method GTK2.FileChooser()->set_action()
- Method
set_action
GTK2.FileChooser set_action(int action)
- Description
Sets type of action, from opening or saving a file, or
opening or saving a folder.
Options are:
FILE_CHOOSER_ACTION_OPEN
FILE_CHOOSER_ACTION_SAVE
FILE_CHOOSER_ACTION_SELECT_FOLDER
FILE_CHOOSER_ACTION_CREATE_FOLDER
|