Re: [MACTCL] MacWindowStyle attributes
by Robert Karen other posts by this author
Nov 10 2005 9:36AM messages near this date
RE: [MACTCL] MacWindowStyle attributes
|
[MACTCL] Re: unicode/tkinter difficulties on macosx
Yes, that was my starting point, although I didn't see the
toplevel page. I tried things _like_:
toplevel .t; ::tk::unsupported::MacWindowStyle style .t floating
{closeBox collapseBox resizable horizontalZoom verticalZoom}
or using the general names like floatZoomProc.
I can get the collapseBox button to appear but it never works with a
floating window. The
other thing I see is that you have to raise it by clicking on the window
bar, as I said below.
Robert Karen
Jeff Hobbs wrote:
> Robert Karen wrote:
>
>
> >I have been following the suggestions to use the following to
> >mimic use on windows/linux of wm transient:
> >::tk::unsupported::MacWindowStyle style .win floatZoomProc
> >(or floatZoomGrowProc, or floating standardFloating or
> >something like that) and I can't produce a window where you
> >can do the following:
> > - click anywhere in window to raise the window. you must
> >click on top of window bar
> > - can't enable minimize icon
> >
> >Can someone suggest how or direct me to more thorough list of
> >attributes and classes used with MacWindowStyle. Thanks very much.
> >
> >
>
> Did you look at the explanation at http://wiki.tcl.tk/MacWindowStyle
> and the Aqua toplevels page that follows?
>
> Jeff Hobbs, The Tcl Guy
> http://www.ActiveState.com/, a division of Sophos
>
>
>
>
>
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Tcl-mac mailing list
Tcl-mac@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-mac
Thread:
Robert Karen
Jeff Hobbs
Robert Karen
|