Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.IconSet

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkIconSet
Struct : IconSet
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.IconSet.c_new () : Gtk.IconSet
Create a new Gtk.IconSet
Create a new Gtk.IconSet
Returns:
Gtk.IconSet
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.IconFactory
Method
Gtk.IconFactory.lookup_default (String stock_id) : Gtk.IconSet
Looks for an icon in the list of default icon factories.
Gtk.IconFactory
Method
add (String stock_id, IconSet icon_set) : none
Adds the given icon_set to the icon factory, under the name e.g.
Gtk.IconFactory
Method
lookup (String stock_id) : Gtk.IconSet
Looks up stock_id in the icon factory, returning an icon set if found, otherwise NULL.
Gtk.Image
Property
icon_set : Gtk.IconSet
Gtk.Image
Method
new Gtk.Image.from_icon_set (IconSet icon_set, Number size) : Gtk.Image
Create a new Gtk.Image
Gtk.Image
Method
set_from_icon_set (IconSet icon_set, Number size) : none
See gtk_image_new_from_icon_set() for details.
Gtk.Image
Method
get_icon_set () : Object
Gets the icon set and size being displayed by the GtkImage.
Gtk.Style
Method
lookup_icon_set (String stock_id) : Gtk.IconSet
Looks up stock_id in the icon factories associated with style and the default icon factory, returning an icon set if found, otherwise NULL.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:39 GMT+0800 (HKT)