widget
to look up stock.id
and render it to
a pixbuf. stock.id
should be a stock icon ID such as
GTK_STOCK_OPEN
or GTK_STOCK_OK
. size
should be a size
such as GTK_ICON_SIZE_MENU
. detail
should be a string that
identifies the widget or code doing the rendering, so that
theme engines can special-case rendering for that widget or code.gtkWidgetRenderIcon(object, stock.id, size, detail = NULL)
object
stock.id
size
detail
GdkPixbuf
] a new pixbuf, or NULL
if the stock ID wasn't knownGdkPixbuf
are shared with the rest of
the application and should not be modified.