I use UImanager to build the menubar in my program. Like this:

<ui>
   <menubar name="MenuBar">
      <menu action="PersonMenu">
         <menuitem action="Edit"/>
         <menuitem action="Remove"/>
         <menuitem action="Information"/>
         <menuitem action="GoTo"/>
      </menu>
   </menubar>
</ui>

Now I'd like to have this PersonMenu also show up as I right click on a row
in a treeview, this to avoid maintaining 2 menus when I add/remove/edit
entries. Is it possible?

Cheers,
Timo
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to