Description Usage Arguments Details Value Author(s)
Renders an icon previously looked up in an icon theme using
gtkIconThemeLookupIcon
; the size will be based on the size
passed to gtkIconThemeLookupIcon
. Note that the resulting
pixbuf may not be exactly this size; an icon theme may have icons
that differ slightly from their nominal sizes, and in addition GTK+
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.). This behaviour can be changed
by passing the GTK_ICON_LOOKUP_FORCE_SIZE
flag when obtaining
the GtkIconInfo
. If this flag has been specified, the pixbuf
returned by this function will be scaled to the exact size.
1 | gtkIconInfoLoadIcon(object, .errwarn = TRUE)
|
|
a |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.4
A list containing the following elements:
retval |
[ |
|
location to store error information on failure, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.