Issue 6124: Tkinter should support the OS X zoom button (original) (raw)

Issue6124

Created on 2009-05-27 15:01 by culler, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg88419 - (view) Author: Marc Culler (culler) * Date: 2009-05-27 15:01
As far as I can tell, no Tkinter event or pseudo event is generated by clicking the green "zoom" button on Mac OS X windows. This makes it impossible to support that OS X paradigm in a Tkinter application. I would like to be able to bind "<>" to a command that resizes the window according to the OS X UI guidelines. By the way, the guidelines specify that the interpretation of "zoom" depends on the application, and the effect need not be the same as "maximize".
msg156769 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-03-25 20:39
If Marc Culler as well as anybody has no interest/progress on that I will close the issue next week.
msg157181 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-03-31 12:09
Closing as lack of interest from community.
History
Date User Action Args
2022-04-11 14:56:49 admin set github: 50374
2012-03-31 12:09:35 asvetlov set status: open -> closedresolution: wont fixmessages: + stage: test needed -> resolved
2012-03-25 20:39:51 asvetlov set assignee: gpolo -> asvetlov
2012-03-25 20:39:10 asvetlov set nosy: + asvetlovmessages: +
2010-07-10 12:14:08 BreamoreBoy set assignee: gpolostage: test needednosy: + gpoloversions: + Python 3.2
2009-05-27 15:01:09 culler create