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

a GtkWidget

state

new state for widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]