
2 Mar
2005
2 Mar
'05
1:49 a.m.
On Tue, 2005-03-01 at 19:38, Kees Cook wrote:
On Mon, Feb 28, 2005 at 10:53:13PM -0800, Jon A. Cruz wrote:
So... all the SP_ICON_SIZE_* defines are about to dissapear, and their use should be replaced with the logical GTK_ICON_SIZE_* defines in many places. In many other places, hardcoded sizes should just dissappear.
I'm pretty sure that gtk_icon_size_* is an enum, rather than sizes.
Sort of. The standard ones are enumerated in the enum, but you can register new sizes as well (you get back an opaque value that you can use wherever you would use the enum).
-mental