Description Usage Arguments Value Author(s)
Renders an icon using gtkStyleRenderIcon
. In most cases,
gtkWidgetRenderIcon
is better, since it automatically provides
most of the arguments from the current widget settings. This
function never returns NULL
; if the icon can't be rendered
(perhaps because an image file fails to load), a default "missing
image" icon will be returned instead.
1 2 | gtkIconSetRenderIcon(object, style, direction, state, size, widget = NULL,
detail = NULL)
|
|
a |
|
a |
|
text direction |
|
widget state |
|
icon size. A size of (GtkIconSize)-1 means render at the size of the source and don't scale. [ type int] |
|
widget that will display the icon, or |
|
detail to pass to the theme engine, or |
[GdkPixbuf
] a GdkPixbuf
to be displayed
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.