Hi,
I am not sure about the real reason of my case, when I use NSWindow of my window's base class, the options
(Zoom, Move Window to Left Side of Screen, Move Window to Right Side of Screen, ... etc) that when I hover on the resize button are disabled.
But when I change my window's base class to NSPanel,
these options are enabled.
What I want is disabling all options in the option menu and keeping zoom function only on the resize button.
Are there some attribute that I can set to disable these options?
Thank you~~
Eric
I am not sure about the real reason of my case, when I use NSWindow of my window's base class, the options
(Zoom, Move Window to Left Side of Screen, Move Window to Right Side of Screen, ... etc) that when I hover on the resize button are disabled.
But when I change my window's base class to NSPanel,
these options are enabled.
What I want is disabling all options in the option menu and keeping zoom function only on the resize button.
Are there some attribute that I can set to disable these options?
Thank you~~
Eric