Fredrik Lundh wrote:
Tim Daneliuk wrote:
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 ch
Tim Daneliuk wrote:
>>>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 char
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 se
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 separat
Jeff Epler wrote:
On Thu, Jan 27, 2005 at 06:38:22AM -0500, Tim Daneliuk wrote:
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.
No.
Jeff
I love a clear answer ;) thanks...
--
--
On Thu, Jan 27, 2005 at 06:38:22AM -0500, Tim Daneliuk wrote:
> 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.
No.
Jeff
pgpFCNSGSpXA9.pgp
Description: PGP signature
--
http://mail.python.o
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