Pressing the iconify button on a toplevel window does not
generate an unmap event in Mac Aqua Tk 8.4.1. The window
disappears and an icon is shown on the Mac OS X Dock but no
unmap event is generated.
The following wish8.4 script demonstrates the problem
bind . <Unmap> {puts unmap}
After invoking this command press the iconify button on the
window frame. The word "unmap" should be printed to the
console but is not. Although the window is iconified the "winfo
ismapped ." command returns true.
winfo ismapped .
1
In the Tk molecular graphics application we develop the unmap
event on the main window is used to unmap other dialogs the
application is showing. It is also used to stop updating the
realtime display so the CPU utilization drops when the application
is iconified.
Nobody/Anonymous ( nobody ) - 2003-01-28 22:56
7
Closed
Fixed
Daniel A. Steffen
66. Aqua Window Operations
obsolete: 8.4.1
Public
|
Date: 2005-08-10 01:58 Logged In: YES |
|
Date: 2005-07-29 06:37 Logged In: YES |
|
Date: 2003-09-22 22:41 Logged In: NO |
|
Date: 2003-02-05 19:39 Logged In: NO |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use