texture_set_from_stock


Description:


public bool texture_set_from_stock (Texture texture, Widget widget, string stock_id, IconSize size) throws Error

Sets the contents of this using the stock icon stock_id, as rendered by widget .

Parameters:

this

a GtkClutterTexture

widget

a Widget

stock_id

the stock id of the icon

icon_size

the size of the icon, or -1

Returns:

true on success, false on failure.


Namespace: GtkClutter