Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.FileChooserAction

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkFileChooserAction
Enum : FileChooserAction
Describes whether a GtkFileChooser is being used to open existing files
or to save to a possibly new file.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.FileChooser
Property
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.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.FileChooserButton
Method
new Gtk.FileChooserButton.c_new (String title, FileChooserAction action) : Gtk.Widget
Create a new Gtk.FileChooserButton
Gtk.FileChooserWidget
Method
new Gtk.FileChooserWidget.c_new (FileChooserAction action) : Gtk.Widget
Create a new Gtk.FileChooserWidget
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:46 GMT+0800 (HKT)