gtkIconSizeRegisterAlias {RGtk2} | R Documentation |
Registers alias
as another name for target
.
So calling gtkIconSizeFromName
with alias
as argument
will return target
.
gtkIconSizeRegisterAlias(alias, target)
|
[character] an alias for target |
|
[GtkIconSize ] an existing icon size |
Derived by RGtkGen from GTK+ documentation