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