gtkIconSourceSetSize {RGtk2}R Documentation

gtkIconSourceSetSize

Description

Sets the icon size this icon source is intended to be used with.

Usage

gtkIconSourceSetSize(object, size)

Arguments

object [GtkIconSource] a GtkIconSource
size [GtkIconSize] icon size this source applies to

Details

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]