Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.FileFilterFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkFileFilterFlags
Enum : FileFilterFlags
These flags indicate what parts of a GtkFileFilterInfo 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.FileFilter
Method
add_custom (FileFilterFlags needed, Function func, void* data, Function notify) : none
Adds rule to a filter that allows files based on a custom callback
function.
Gtk.FileFilter
Method
get_needed () : Gtk.FileFilterFlags
Gets the fields that need to be filled in for the structure
passed to gtk_file_filter_filter()
This function will not typically be used by applications; it
is intended principally for use in the implementation of
GtkFileChooser.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:46 GMT+0800 (HKT)