gtkWidgetSetState {RGtk2}R Documentation

gtkWidgetSetState

Description

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.

Usage

gtkWidgetSetState(object, state)

Arguments

object [GtkWidget] a GtkWidget
state [GtkStateType] new state for widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]