summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-07-27 16:37:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-27 16:37:37 +0000
commit6eca20f5c4106405ac5e094f32e363deb2f9225f (patch)
tree50856f539d7dbc088b1d8ef085f7fb82e9d8ce8b /gtk/gtkcombobox.h
parentdd7cc1521f2a654e47c5c3ba5e5c428a48bb938f (diff)
downloadgtk+-6eca20f5c4106405ac5e094f32e363deb2f9225f.tar.gz
New function necessary to make GtkComboBox accessible. (#132847, Padraig
2004-07-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.h: * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): New function necessary to make GtkComboBox accessible. (#132847, Padraig O'Briain)
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index 71e82fbba9..bdbd38b80d 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -114,6 +114,7 @@ gchar *gtk_combo_box_get_active_text (GtkComboBox *combo_box);
/* programmatic control */
void gtk_combo_box_popup (GtkComboBox *combo_box);
void gtk_combo_box_popdown (GtkComboBox *combo_box);
+AtkObject* gtk_combo_box_get_popup_accessible (GtkComboBox *combo_box);
/* private */
gboolean _gtk_combo_box_editing_canceled (GtkComboBox *combo_box);