RGtk2 (version 2.20.31)

gtkIconSizeRegister: gtkIconSizeRegister

Description

Registers a new icon size, along the same lines as GTK_ICON_SIZE_MENU, etc. Returns the integer value for the size.

Usage

gtkIconSizeRegister(name, width, height)

Arguments

name
name of the icon size
width
the icon width
height
the icon height

Value

GtkIconSize] integer value representing the size. [ type int]