gpt4 book ai didi

cocoa - 以编程方式创建 HUD 窗口

转载 作者:行者123 更新时间:2023-12-03 16:08:36 25 4
gpt4 key购买 nike

当用户按下我的主视图时,我需要以编程方式创建一个类似 HUD 的窗口。这是我使用的代码,但我只得到一个标准窗口。

videoWindow= [[NSPanel alloc]
initWithContentRect:NSMakeRect(200.0, 200.0, 300, 200)
styleMask:NSTitledWindowMask | NSClosableWindowMask
backing:NSBackingStoreBuffered defer:YES];
[videoWindow makeKeyAndOrderFront:nil];

也许我没有使用正确的标志,但我在文档或 Google 上没有找到。有什么想法吗?

最佳答案

您需要将 NSPanelNSHUDWindowMask 样式掩码一起使用。

关于cocoa - 以编程方式创建 HUD 窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4706231/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com