Tim Roberts wrote:

Tim Daneliuk <[EMAIL PROTECTED]> wrote:

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.


You can, of course, CHANGE the underlined character to match the
circumstances.

Yeah, I understand that ... what I want is two characters simulatenously underlined ... oh well, another solution will be arranged...

--
----------------------------------------------------------------------------
Tim Daneliuk     [EMAIL PROTECTED]
PGP Key:         http://www.tundraware.com/PGP/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to