Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.RecentFilter

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkRecentFilter
Class : RecentFilter
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.RecentChooser
Property
filter : Gtk.RecentFilter
The GtkRecentFilter object to be used when displaying the recently used resources.
Gtk.RecentChooser
Method
add_filter (RecentFilter filter) : none
Adds filter to the list of GtkRecentFilter objects held by chooser.
Gtk.RecentChooser
Method
remove_filter (RecentFilter filter) : none
Removes filter from the list of GtkRecentFilter objects held by chooser.
Gtk.RecentChooser
Method
set_filter (RecentFilter filter) : none
Sets filter as the current GtkRecentFilter object used by chooser to affect the displayed recently used resources.
Gtk.RecentChooser
Method
get_filter () : Gtk.RecentFilter
Gets the GtkRecentFilter object currently used by chooser to affect the display of the recently used resources.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:28 GMT+0800 (HKT)