<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Elisabeth,<div><span class="Apple-tab-span" style="white-space:pre">      </span>If you're still using tkgui.addMenu, that returns a Tkinter.Menu instance.  You add an item to the menu with:</div><div><br></div><div>menu.add_command(label="menu item name", command=myFunc)</div><div><br></div><div>which will cause myFunc to get called (with no arguments) when that menu item is selected.  There's a lot of documentation available for the Tkinter.Menu class, just Google "Tkinter menu".   I personally use:</div><div><br></div><div><a href="http://infohost.nmt.edu/tcc/help/pubs/tkinter/">http://infohost.nmt.edu/tcc/help/pubs/tkinter/</a></div><div><br></div><div>but that may or may not be overkill for your purposes.  Also, Chimera's tkgui._createMenus function shows a lot of uses of Tkinter.Menu instances.</div><div><br></div><div>--Eric</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; "><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; ">                        Eric Pettersen</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; "><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; ">                        UCSF Computer Graphics Lab</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; "><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; ">                        <a href="http://www.cgl.ucsf.edu">http://www.cgl.ucsf.edu</a></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; "><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; "><br></font></div><div><div>On Jan 24, 2011, at 10:40 AM, Elisabeth Ortega wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div>Dear Chimera Dev Team,<br></div><div><br></div><div>I created a new item in the menu bar but my question now is how can I put options in the new bar? As you know, to put any option in the menu 'Tools' we "only" have to copy the new folder in chimera/share/ . I'm trying to do the same with my new item but the only way that I found to do so is modifying the ChimeraExtension.py file of VolumeMenu. Exists any other possibility much easier than that?</div></div></blockquote></div></div><br><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><span class="Apple-style-span" style="font-size: medium;"><br></span><br class="Apple-interchange-newline"></div></span> </div><br></body></html>