forked from AuroraMiddleware/gtk
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:
parent
88be92ceee
commit
86d7ab7c50
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user