Enumeration

GtkSensitivityType

Declaration

enum Gtk.SensitivityType

Description [src]

Determines how GTK+ handles the sensitivity of stepper arrows at the end of range widgets.

Members

GTK_SENSITIVITY_AUTO

The arrow is made insensitive if the thumb is at the end.

  • Value: 0
  • Available since: 3.0
GTK_SENSITIVITY_ON

The arrow is always sensitive.

  • Value: 1
  • Available since: 3.0
GTK_SENSITIVITY_OFF

The arrow is always insensitive.

  • Value: 2
  • Available since: 3.0