Where to find options for add_command?

Steven D'Aprano steven at REMOVE.THIS.cybersource.com.au
Wed Apr 15 21:05:14 EDT 2009


On Wed, 15 Apr 2009 13:55:39 -0700, Muddy Coder 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!


This website will tell you what you need to solve your problem:

http://www.catb.org/~esr/faqs/smart-questions.html





-- 
Steven



More information about the Python-list mailing list