Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkFileChooserAction |
Enum : | FileChooserAction |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gtk.FileChooserAction.CREATE_FOLDER : 3
|
|
Number Gtk.FileChooserAction.OPEN : 0
|
|
Number Gtk.FileChooserAction.SAVE : 1
|
|
Number Gtk.FileChooserAction.SELECT_FOLDER : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.FileChooser
Property |
action : Gtk.FileChooserAction
|
Gtk.FileChooser
Method |
set_action
(FileChooserAction action)
:
none
Sets the type of operation that the chooser is performing; the user interface is adapted to suit the selected action.
|
Gtk.FileChooser
Method |
get_action
()
:
Gtk.FileChooserAction
Gets the type of operation that the file chooser is performing; see gtk_file_chooser_set_action().
|
Gtk.FileChooserButton
Method |
Create a new Gtk.FileChooserButton
|
Gtk.FileChooserButton
Method |
new Gtk.FileChooserButton.with_backend
(String title, FileChooserAction action, String backend)
:
Gtk.FileChooserButton
Create a new Gtk.FileChooserButton
|
Gtk.FileChooserWidget
Method |
Create a new Gtk.FileChooserWidget
|
Gtk.FileChooserWidget
Method |
new Gtk.FileChooserWidget.with_backend
(FileChooserAction action, String backend)
:
Gtk.FileChooserWidget
Create a new Gtk.FileChooserWidget
|