gtkIconSizeRegister {RGtk2}R Documentation

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 [character] name of the icon size
width [integer] the icon width
height [integer] the icon height

Value

[GtkIconSize] integer value representing the size

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]