gtkWidgetSetState {RGtk2} | R Documentation |
This function is for use in widget implementations. Sets the state
of a widget (insensitive, prelighted, etc.) Usually you should set
the state using wrapper functions such as gtkWidgetSetSensitive
.
gtkWidgetSetState(object, state)
|
[GtkWidget ] a GtkWidget |
|
[GtkStateType ] new state for widget |
Derived by RGtkGen from GTK+ documentation