Hi,

On Tue, 30 Oct 2012 13:16:31 -0700
"Russell E. Owen" <ro...@uw.edu> wrote:

> In article <508ff0e3.5080...@codebykevin.com>,
>  Kevin Walzer <k...@codebykevin.com> wrote:
> 
> > On 10/29/12 4:39 PM, Russell E. Owen wrote:
> > 
> > >
> > > It also shows up in tcl (e.g. paste this into wish):
> > > checkbutton .b -text "Foo" -indicatoron 0
> > > pack .b
> > 
> > I see the difference here between Tk-Cocoa and 8.4/Carbon. Cocoa does 
> > indeed ignore the -indicatoron flag.  Not sure yet if this is a bug
> > that can be fixed or not, but I'll take a closer look at the
> > underlying code.
> 
> Thank you.
> 
> As another, possibly irrelevant datapoint: the themed checkbutton
> widget does not have the indicatoron option. So I figure I'd better get
> used to not using that option, but it's a pity: I find bi-state buttons
> very useful.

in ttk you can use style='Toolbutton' instead, see
http://wiki.tcl.tk/17899

Regards

Michael

.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

        "Life and death are seldom logical."
        "But attaining a desired goal always is."
                -- McCoy and Spock, "The Galileo Seven", stardate 2821.7
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to