docs: Update GtkSensitivityType docs

Don't talk about steppers here, since we are only using
this type for combobox buttons nowadays.
This commit is contained in:
Matthias Clasen 2020-11-18 18:18:31 -05:00
parent 88be92ceee
commit 86d7ab7c50

View File

@ -196,13 +196,13 @@ typedef enum
/** /**
* GtkSensitivityType: * GtkSensitivityType:
* @GTK_SENSITIVITY_AUTO: The arrow is made insensitive if the * @GTK_SENSITIVITY_AUTO: The control is made insensitive if no
* thumb is at the end * action can be triggered
* @GTK_SENSITIVITY_ON: The arrow is always sensitive * @GTK_SENSITIVITY_ON: The control is always sensitive
* @GTK_SENSITIVITY_OFF: The arrow is always insensitive * @GTK_SENSITIVITY_OFF: The control is always insensitive
* *
* Determines how GTK handles the sensitivity of stepper arrows * Determines how GTK handles the sensitivity of various controls,
* at the end of range widgets. * such as combo box buttons.
*/ */
typedef enum typedef enum
{ {