Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.IconSet

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkIconSet
Struct : IconSet
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 a new GtkIconSet
 
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, gint32 size) : Gtk.Widget
Create a new Gtk.Image
Gtk.Image
Method
get_icon_set () : Object
Gets the icon set and size being displayed by the GtkImage.
Gtk.Image
Method
set_from_icon_set (IconSet icon_set, gint32 size) : none
See gtk_image_new_from_icon_set() for details.
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.
Gtk.StyleContext
Method
lookup_icon_set (String stock_id) : Gtk.IconSet
Looks up stock_id in the icon factories associated to context 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 Sat Apr 16 2011 17:15:07 GMT+0800 (HKT)