forked from AuroraMiddleware/gtk
Pop down the list when an item is selected via the keyboard.
Sat Mar 13 21:37:44 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the list when an item is selected via the keyboard.
This commit is contained in:
parent
72804ba43e
commit
74fd8a025d
@ -1,3 +1,8 @@
|
||||
Sat Mar 13 21:37:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
|
||||
list when an item is selected via the keyboard.
|
||||
|
||||
2004-03-13 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gtk/gtkfilesystemunix.c: (remove_trailing_slash),
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 13 21:37:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
|
||||
list when an item is selected via the keyboard.
|
||||
|
||||
2004-03-13 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gtk/gtkfilesystemunix.c: (remove_trailing_slash),
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 13 21:37:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
|
||||
list when an item is selected via the keyboard.
|
||||
|
||||
2004-03-13 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gtk/gtkfilesystemunix.c: (remove_trailing_slash),
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 13 21:37:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
|
||||
list when an item is selected via the keyboard.
|
||||
|
||||
2004-03-13 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gtk/gtkfilesystemunix.c: (remove_trailing_slash),
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 13 21:37:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
|
||||
list when an item is selected via the keyboard.
|
||||
|
||||
2004-03-13 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gtk/gtkfilesystemunix.c: (remove_trailing_slash),
|
||||
|
@ -2458,6 +2458,10 @@ gtk_combo_box_list_key_press (GtkWidget *widget,
|
||||
gtk_tree_path_free (path);
|
||||
}
|
||||
}
|
||||
|
||||
gtk_combo_box_popdown (combo_box);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user