diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-18 18:18:31 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-11-18 18:18:31 -0500 |
commit | 86d7ab7c50191201f498413676a5c71c7cf4b90a (patch) | |
tree | 0aa41d8fc129411f3702f07ac0e85f8d45e69579 | |
parent | 88be92ceeea321db2b32832bb5c5ba2fe221f2b1 (diff) | |
download | gtk+-86d7ab7c50191201f498413676a5c71c7cf4b90a.tar.gz |
docs: Update GtkSensitivityType docs
Don't talk about steppers here, since we are only using
this type for combobox buttons nowadays.
-rw-r--r-- | gtk/gtkenums.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index d3b6b3e6b2..761db8a538 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -196,13 +196,13 @@ typedef enum /** * GtkSensitivityType: - * @GTK_SENSITIVITY_AUTO: The arrow is made insensitive if the - * thumb is at the end - * @GTK_SENSITIVITY_ON: The arrow is always sensitive - * @GTK_SENSITIVITY_OFF: The arrow is always insensitive + * @GTK_SENSITIVITY_AUTO: The control is made insensitive if no + * action can be triggered + * @GTK_SENSITIVITY_ON: The control is always sensitive + * @GTK_SENSITIVITY_OFF: The control is always insensitive * - * Determines how GTK handles the sensitivity of stepper arrows - * at the end of range widgets. + * Determines how GTK handles the sensitivity of various controls, + * such as combo box buttons. */ typedef enum { |