I am currently underling the first character of a menu title (to indicate
its shortcut/accelerator key) like this:

   self.WildBtn = Menubutton(self.mBar, text=WILDMENU, underline=0, 
state=DISABLED)

However, I intend to actually have two separate keys invoke this menu
to have it behave differently in different circumstances.

Is it possible to underline more than a single character as I am doing
with the 'underline=0' above. I tried 'underline=(0,2)' but that didn't
work.

Ideas?

TIA,
--
----------------------------------------------------------------------------
Tim Daneliuk     [EMAIL PROTECTED]
PGP Key:         http://www.tundraware.com/PGP/

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to