Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.RecentFilterFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkRecentFilterFlags
Enum : RecentFilterFlags
These flags indicate what parts of a GtkRecentFilterInfo struct
are filled or need to be filled.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.RecentFilter
Method
add_custom (RecentFilterFlags needed, Function func, void* data, Function data_destroy) : none
Adds a rule to a filter that allows resources based on a custom callback
function.
Gtk.RecentFilter
Method
get_needed () : Gtk.RecentFilterFlags
Gets the fields that need to be filled in for the structure
passed to gtk_recent_filter_filter()
This function will not typically be used by applications; it
is intended principally for use in the implementation of
GtkRecentChooser.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:56 GMT+0800 (HKT)