_gtkWidgetEnable

Enable or disable any widget or return their current state.

Active ou désactive un widget ou retourne son état.

Type :

fun [ObjGtk I] I

_widget_ : ObjGtk : a widget already created.

_value_ : I : 1 to enable the widget, 0 to disable the widget. Otherwise, return the current state.

Return : I : the state.

Back