image_new_from_stock

@accepts(utf8, Gtk.IconSize)
@returns(Gtk.Widget)
def image_new_from_stock(stock_id, size)

Same as @gtk_image_new_from_stock except that it mirrors the icons for RTL languages.

stock_id :

stock image id

size :

requested icon size

Returns :

a GtkImage of the requested stock item