Thus spoketh Cameron Laird <came...@phaseit.net> 
unto us on Wed, 13 Jun 2012 12:53:11 +0000:

> > 
> > we see that it's Tk itself which is not consistent, because
> > tk_strictMotif apparently returns the float where wm overrideredirect
> > does not.
>                       .
>                       .
>                       .
> Within Tk, tk_strictMotif definitely takes on values 0
> and 1.  I have no idea where the float emerges, nor the
> time now to look into the Tkinter interface.

Seems like tk_strictMotif just returns what it gets as long as Tk somehow
accepts it as boolean value:

$ wish
% set tk_strictMotif 0.0
0.0
% set tk_strictMotif false
false
%  set tk_strictMotif on
on
% set tk_strictMotif 55
55
% set tk_strictMotif foo
can't set "tk_strictMotif": expected boolean value but got "foo"
%

Regards

Michael


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

Another Armenia, Belgium ... the weak innocents who always seem to be
located on a natural invasion route.
                -- Kirk, "Errand of Mercy", stardate 3198.4
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to