NSWindow setResizable:

This article has been updated moved to a new location.

Explore posts in the same categories: Cocoa, MacOSX, NSWindow, Objective-C, Programming, Sample Code

One Comment on “NSWindow setResizable:”

  1. Pico Mitchell Says:

    Thanks a lot, this works great, and helps avoid some ridiculous bugs I was getting when resizing when I didn’t want to allow it. One minor change that I think looks a bit more “official” is instead of using setHidden: YES for the NSWindowZoomButton, using setEnabled: NO. But its a minor change and personal preference, thank you for this code!

Comment: