c
| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkFileChooserAction |
| Enum : | FileChooserAction |
| Properties | |
|---|---|
|
guint32 Gtk.FileChooserAction.CREATE_FOLDER : 3
|
|
|
guint32 Gtk.FileChooserAction.OPEN : 0
|
|
|
guint32 Gtk.FileChooserAction.SAVE : 1
|
|
|
guint32 Gtk.FileChooserAction.SELECT_FOLDER : 2
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.FileChooser
Property |
action : Gtk.FileChooserAction
|
|
Gtk.FileChooser
Method |
get_action
()
:
Gtk.FileChooserAction
|
|
Gtk.FileChooser
Method |
set_action
(FileChooserAction action)
:
none
|
|
Gtk.FileChooserButton
Method |
Create a new Gtk.FileChooserButton
|
|
Gtk.FileChooserWidget
Method |
Create a new Gtk.FileChooserWidget
|
|
RB
Method |
RB.file_chooser_new
(String title, Window parent, FileChooserAction action, gboolean local_only)
:
Gtk.Widget
|