Let's say I have the following menu item(Hello) with it's list of sub
menu items(World, Canada, USA).
Hello -> World
-> Canada
-> USA
Is there a way to access each of the Hello sub menu items through python
codes with just the Hello Gtk.MenuItem only?
Thanks
Thierry