[Elementary] Add menu buttons as submenus in Elm_Toolbar "More" button.
authorLeandro Pereira <leandro@profusion.mobi>
Wed, 20 Oct 2010 21:30:03 +0000 (21:30 +0000)
committerLeandro Pereira <leandro@profusion.mobi>
Wed, 20 Oct 2010 21:30:03 +0000 (21:30 +0000)
commitfed337c115b81eeb0da7029550d9e74a98896cdc
tree44935b582a56f73a3730ce027c75a7085881302d
parentedc0eb98450c58eaf5b17c556c8f743c1f158a17
[Elementary] Add menu buttons as submenus in Elm_Toolbar "More" button.

Previously, if there were buttons with menus in the toolbar, they would be
added but not its menu items.  Even though this is working fine, this is a
hack, since Elm_Menu should really offer reparenting or something like that
-- and this will destroy and recreate the whole menu structure on every
toolbar resize.

SVN revision: 53695
src/lib/elm_menu.c
src/lib/elm_priv.h
src/lib/elm_toolbar.c