Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.IconLookupFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkIconLookupFlags
Enum : IconLookupFlags
Used to specify options for gtk_icon_theme_lookup_icon()
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.IconTheme
Method
choose_icon (Array icon_names, gint32 size, IconLookupFlags flags) : Gtk.IconInfo
Looks up a named icon and returns a structure containing
information such as the filename of the icon.
Gtk.IconTheme
Method
load_icon (String icon_name, gint32 size, IconLookupFlags flags) : GdkPixbuf.Pixbuf
Looks up an icon in an icon theme, scales it to the given size
and renders it into a pixbuf.
Gtk.IconTheme
Method
lookup_by_gicon (Icon icon, gint32 size, IconLookupFlags flags) : Gtk.IconInfo
Looks up an icon and returns a structure containing
information such as the filename of the icon.
Gtk.IconTheme
Method
lookup_icon (String icon_name, gint32 size, IconLookupFlags flags) : Gtk.IconInfo
Looks up a named icon and returns a structure containing
information such as the filename of the icon.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:47 GMT+0800 (HKT)