[Top]
GTK2
GTK2.IconInfo
|
Method GTK2.IconInfo()->load_icon()
- Method
load_icon
GTK2.GdkPixbuf load_icon()
- Description
Renders an icon previously looked up in an icon theme using
GTK2.IconTheme->lookup_icon(); the size will be based on the size passed to
GTK2.IconTheme->lookup_icon(). Note that the resulting pixbuf may not be
exactly this size; an icon theme may have icons that differe slightly from
their nominal sizes, and in addition GTK2+ will avoid scaling icons that it
considers sufficiently close to the requested size or for which the source
image would have to be scaled up too far. (This maintains sharpness.)
|