Inherit submenu direction from the parent menu.

2004-12-28  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
	submenu direction from the parent menu.
This commit is contained in:
Matthias Clasen
2004-12-28 07:39:31 +00:00
committed by Matthias Clasen
parent e77e1e24c2
commit 2833c7ee94
5 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2004-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
submenu direction from the parent menu.
* gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first):
Return a boolean indicating whether an item in the submenu
was selected.