diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-07-27 16:37:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-27 16:37:37 +0000 |
commit | 6eca20f5c4106405ac5e094f32e363deb2f9225f (patch) | |
tree | 50856f539d7dbc088b1d8ef085f7fb82e9d8ce8b /gtk/gtkcombobox.h | |
parent | dd7cc1521f2a654e47c5c3ba5e5c428a48bb938f (diff) | |
download | gtk+-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.h | 1 |
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); |