gtkIconSizeRegister {RGtk2} | R Documentation |
Registers a new icon size, along the same lines as
GTK_ICON_SIZE_MENU, etc. Returns the integer value for the size.
gtkIconSizeRegister(name, width, height)
|
name of the icon size |
|
the icon width |
|
the icon height |
[GtkIconSize
] integer value representing the size. [ type int]
Derived by RGtkGen from GTK+ documentation