Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSWindowの前に表示してNSMenu、後ろに隠れないようにすることはできますか?
NSWindow
NSMenu
「メニュー」とは、画面上部のメインメニューバーを意味していると思いますか?その場合、
[window setLevel:NSMainMenuWindowLevel+1];
あなたのためにトリックをする必要があります。