Module: Gtk::SensitivityType

Defined in:
(unknown)

Constant Summary collapse

AUTO =

The control is made insensitive if no action can be triggered

0 or :auto
ON =

The control is always sensitive

1 or :on
OFF =

The control is always insensitive

2 or :off