12 Jun
2011
12 Jun
'11
10:32 p.m.
2011/6/13 Jon Cruz <jon@...18...>:
Among other things you end up with a single-sized bitmap that is used regardless of situation and user preferences.
When you use gtk_image_set_from_icon_name the optimal size present in the theme is picked, so this functionality is not unique to stock items (also see below).
It is much more flexible to use a custom stock icon.
GtkImage can display stock items. Are you arguing against using gtk_image_set_from_pixbuf (which I agree is not the best idea, but we can use it temporarily) or against exposing GtkImage as a property?
Regards, Krzysztof