Gtk.ComboBox.prototype.get_popup_accessible
function get_popup_accessible():Atk.Object { // Gjs wrapper for gtk_combo_box_get_popup_accessible() }
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.
Since 2.6
- Returns
the accessible object corresponding to the combo box's popup.