[MACTCL] Catching minimization of a window?
by John P Speno other posts by this author
Mar 28 2003 12:59AM messages near this date
Re: [MACTCL] Catching minimization of a window?
|
[MACTCL] Undefined symbol _Init?
On Thu, Mar 06, 2003 at 10:26:23AM -0800, Jim Ingham wrote:
> >In 8.4.2, I like how I can use the MacOS X hide/hide others now, and
> >that the window buttons light up when you mouse over them. That's some
> >nice
> >work!
>
> This is an side effect of a change that Benny was the main proponent
> of, but which may be of more general interest to you. What we do now
> is that Aqua Tk will forward most events (after it has had a look at
> them) to whatever Carbon Event handlers are registered for the target
> of that event. So if there are places where TkInter might want to snag
> a Tk event, you will probably start receiving them in your Carbon Event
> handlers. Be a bit careful what you do with them, if you try to take
Speaking of such, is there a way in Tcl/Tk to intercept when a window is
minimized?
Would I have to check the location of a button press and figure out if it
was in the yellow '-' button? Or is some other even generated?
Thanks!
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Tcl-mac mailing list
Tcl-mac@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-mac
|