]> Pileus Git - ~andy/gtk/commit
Test handling of empty menus.
authorMatthias Clasen <maclas@gmx.de>
Tue, 30 Sep 2003 20:55:24 +0000 (20:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Sep 2003 20:55:24 +0000 (20:55 +0000)
commit57f13d815ddbdb0d001fa92c823d44744b3577e4
tree132e7f9da4eaa9e59fb3443c548db4b714192871
parent039c6b3bb16343428708ef827a937a7ac64a44a0
Test handling of empty menus.

2003-09-30  Matthias Clasen  <maclas@gmx.de>

* tests/merge-*.ui:
* tests/testmerge.c: Test handling of empty menus.

* gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
whether a menu is empty. Used in gtkaction.c.
(update_smart_separators): Also update the visibility of empty menus.
(update_node): When creating a new menu proxy, insert an "Empty" menu
item which only gets shown if the menu is empty.

* gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
"is_important" for menu proxies.
(_gtk_action_sync_menu_visible): New function to sync the visibility
of menu proxies. Used in gtkuimanager.c.
(gtk_action_sync_visible): New function to sync the visibility of
proxies.
12 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkuimanager.sgml
gtk/gtkaction.c
gtk/gtkuimanager.c
tests/merge-1.ui
tests/merge-2.ui
tests/testmerge.c