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

name of the icon size

width

the icon width

height

the icon height

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]