Function
GtkIconSizeregister
deprecated: 3.10
Declaration [src]
GtkIconSize
gtk_icon_size_register (
const gchar* name,
gint width,
gint height
)
Description [src]
Registers a new icon size, along the same lines as #GTK_ICON_SIZE_MENU, etc. Returns the integer value for the size.
Deprecated since: 3.10
Use GtkIconTheme
instead.