Description Usage Arguments Details Value Author(s)
Returns whether the combo box sets the dropdown button sensitive or not when there are no items in the model.
1 | gtkComboBoxGetButtonSensitivity(object)
|
|
a |
Since 2.14
[GtkSensitivityType
] GTK_SENSITIVITY_ON
if the dropdown button
is sensitive when the model is empty, GTK_SENSITIVITY_OFF
if the button is always insensitive or
GTK_SENSITIVITY_AUTO
if it is only sensitive as long as
the model has one item to be selected.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.