Gtk.Icon.SizeRegister Method
Registers a new icon size.

Syntax

public static IconSize SizeRegister (string name, int width, int height)

Parameters

name
Name of the icon size.
width
The icon width.
height
The icon height.

Returns

Integer value representing the size.

Remarks

Along the same lines as IconSize.Menu. Returns integer value for the size.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)