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)
|
[character] name of the icon size |
|
[integer] the icon width |
|
[integer] the icon height |
[GtkIconSize
] integer value representing the size
Derived by RGtkGen from GTK+ documentation