PDA

View Full Version : Questions About Creating a Panel Applet Menu



algnod
September 28th, 2010, 08:17 PM
How do I add a CheckMenuItem to the menu of a gnome panel applet (in python and in C)?
Where can I find a description of the valid xml tags? The only tags I have found scattered across various tutorials are:

<popup name="button3">
<menuitem name="Prefs" verb="Prefs" label="Preferences" pixtype="stock" pixname="gtk-properties"/>
<separator/>
<submenu name="Submenu" label="Submenu">

Why is the "name" attribute of the popup significant i.e. if I change it from button3 it no longer works?

Thank you!