Re: [MACTCL] Catching minimization of a window?
by John P Speno other posts by this author
Mar 29 2003 2:16AM messages near this date
[MACTCL] Mix C/C++ in Extension
|
[MACTCL] Python tkinter
On Thu, Mar 27, 2003 at 07:19:30PM -0800, Jim Ingham wrote:
> In this case, we should send Map and UnMap events. After all, we do
> send Map & Unmap events when you explicitly call "wm iconify <WIN>",
> which also sends the window to the Dock... The John could do:
>
> bind Toplevel <Unmap> {whatever he wants to do}
>
> So this is really a bug.
That would be nice. It may help me get a ComboBox widget that can close
its popup list when the window it popped out from gets minimized.
The two prebuilt ComboBox widgets with python interfaces (Pmw and Bwidget)
that I've looked at don't work as they should using AquaTK but seem find
in Unix (X11) and Windows. I'm trying to work out the issues, but without
getting that Unmap event from the minimize, I'm not sure I can get it
perfect.
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
|