|
|
|
|
|
by cobralibre
5188 days ago
|
|
There is no maximize button in OS X; there's a zoom button. It's used to toggle between a window's "standard" size and position, and a user-defined size and position. http://developer.apple.com/library/mac/#documentation/UserEx... Your application determines the initial size and position of a window, which is called the standard state. If the user changes a window's size or location by at least 7 points, the new size and location is the called the user state. The user can toggle between the standard state and the user state by clicking the zoom button in the title bar. |
|