Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.FileFilter

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkFileFilter
Class : FileFilter
Extends: Gtk.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.FileChooser
Property
filter : Gtk.FileFilter
Gtk.FileChooser
Method
add_filter (FileFilter filter) : none
Adds filter to the list of filters that the user can select between.
Gtk.FileChooser
Method
remove_filter (FileFilter filter) : none
Removes filter from the list of filters that the user can select between.
Gtk.FileChooser
Method
set_filter (FileFilter filter) : none
Sets the current filter; only the files that pass the filter will be displayed.
Gtk.FileChooser
Method
get_filter () : Gtk.FileFilter
Gets the current filter; see gtk_file_chooser_set_filter().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:14 GMT+0800 (HKT)