icon_size_register


Description:


public IconSize icon_size_register (string name, int width, int height)

Registers a new icon size, along the same lines as MENU, etc.

Note:

Use IconTheme instead.

Returns the integer value for the size.

Parameters:

name

name of the icon size

width

the icon width

height

the icon height

Returns:

integer value representing the size (IconSize)


Namespace: Gtk
Package: gtk+-2.0