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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -