Re: Customising Tk widgets

2010-09-21 Thread rantingrick
On Sep 20, 6:44 pm, Peter peter.milli...@gmail.com wrote: I am using Windoze, I suspect the appearance attributes I am asking about here are platform dependent? not really. Using Tkinter, I would like to generate a Checkbutton that is filled in with a solid colour rather than a tick mark

Re: Customising Tk widgets

2010-09-21 Thread Arndt Roger Schneider
Peter schrieb: I am using Windoze, I suspect the appearance attributes I am asking about here are platform dependent? Using Tkinter, I would like to generate a Checkbutton that is filled in with a solid colour rather than a tick mark when selected. tk = Tk()

Customising Tk widgets

2010-09-20 Thread Peter
I am using Windoze, I suspect the appearance attributes I am asking about here are platform dependent? Using Tkinter, I would like to generate a Checkbutton that is filled in with a solid colour rather than a tick mark when selected. Could somebody provide some pointers as to how I could achieve