gtkStyleRenderIcon {RGtk2} | R Documentation |
Renders the icon specified by source
at the given size
according to the given parameters and returns the result in a
pixbuf.
gtkStyleRenderIcon(object, source, direction, state, size, widget = NULL, detail = NULL)
|
[GtkStyle ] a GtkStyle |
|
[GtkIconSource ] the GtkIconSource specifying the icon to render |
|
[GtkTextDirection ] a text direction |
|
[GtkStateType ] a state |
|
[GtkIconSize ] the size to render the icon at. A size of (GtkIconSize)-1
means render at the size of the source and don't scale. |
|
[GtkWidget ] the widget |
|
[character] a style detail |
[GdkPixbuf
] a newly-created GdkPixbuf
containing the rendered icon
Derived by RGtkGen from GTK+ documentation