osx - OS X getting window size when double clicking -


if double click top of window in os x, resize previous size.

how programmatically trigger behaviour? in other words, there cocoa function resizes window previous size?

are looking [mywindow zoom:self]?

- (void)zoom:(id)sender action method toggles size , location of window between standard state (provided application “best” size display window’s data) , user state (a new size , location user may have set moving or resizing window).


Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -