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()
tk.option_add("*Checkbutton.inidca
On Sep 20, 6:44 pm, Peter 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 when selected.
Why, who