Re: Where to find options for add_command?
- From: John Machin <sjmachin@xxxxxxxxxxx>
- Date: Wed, 15 Apr 2009 18:16:31 -0700 (PDT)
On Apr 16, 6:55 am, Muddy Coder <cosmo_gene...@xxxxxxxxx> wrote:
Hi Folks,
When I make Menu, and add in menu items, by using add_command, such
as:
menuObj.add_command(label='Open File', command=self.open_file)
It works. But, I want to make the GUI looking better. So, I want to
change color, font, size, background, for the label of Open File. I
got clobbered. I tried relief, fg, color, no one worked. Can somebody
points me a website to visit, to check out what options available for
add_command? Thanks!
If you tell us the name of the module or package that contains the
Menu class or factory function that you are calling, we should be able
to search the web to find the documentation for you.
If you tell yourself the name of the module or package that contains
the Menu class etc that you are calling, you should be able to search
the web to find the documentation for yourself. Hint: bookmark the
link when you find it.
.
- References:
- Where to find options for add_command?
- From: Muddy Coder
- Where to find options for add_command?
- Prev by Date: Re: Equivalent to C bitmasks and enumerations
- Next by Date: Re: pyprocessing and exceptions
- Previous by thread: Re: Where to find options for add_command?
- Next by thread: Re: Where to find options for add_command?
- Index(es):
Relevant Pages
|