Method
GtkComboBoxget_popup_accessible
since: 2.6
Declaration [src]
AtkObject*
gtk_combo_box_get_popup_accessible (
GtkComboBox* combo_box
)
Description [src]
Gets the accessible object corresponding to the combo box’s popup.
This function is mostly intended for use by accessibility technologies; applications should have little use for it.
Available since: 2.6
Return value
Type: AtkObject
The accessible object corresponding to the combo box’s popup.
The returned data is owned by the instance. |