gtkIconSourceSetSize {RGtk2} | R Documentation |
Sets the icon size this icon source is intended to be used with.
gtkIconSourceSetSize(object, size)
|
[GtkIconSource ] a GtkIconSource |
|
[GtkIconSize ] icon size this source applies to |
Setting the icon size on an icon source makes no difference
if the size is wildcarded. Therefore, you should usually
call gtkIconSourceSetSizeWildcarded
to un-wildcard it
in addition to calling this function.
Derived by RGtkGen from GTK+ documentation