开发者

Send window to back?

开发者 https://www.devze.com 2023-02-12 21:18 出处:网络
I\'m looking to send a window to the very back of the screen, as in just over the desktop.Basically I\'m wanting it to launch and never be above any other apps.Is there a way to send the window to bac

I'm looking to send a window to the very back of the screen, as in just over the desktop. Basically I'm wanting it to launch and never be above any other apps. Is there a way to send the window to bac开发者_Python百科k?


You´ll want to use NSWindowLevel, in specific kCGDesktopWindowLevel. A short overview on NSWindowLevel can be found here, and a more elaborate solution has been posted to a similar stackoverflow question before.


I think what you are looking for can be found here.

The section of interest is "Hiding and showing a window".

I apologise, if this is incorrect.

0

精彩评论

暂无评论...
验证码 换一张
取 消