Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.IconLookupFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkIconLookupFlags
Enum : IconLookupFlags
  Show / Hide Inherited methods, properties and signals
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
lookup_icon (String icon_name, Number 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
choose_icon (String icon_names, Number 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, Number 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, Number size, IconLookupFlags flags) : Gtk.IconInfo
Looks up an 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 Tue Jun 22 2010 16:34:42 GMT+0800 (HKT)