MacOSX 上 uxtheme.dll 的替代方案

发布于 2024-11-05 20:59:59 字数 373 浏览 2 评论 0原文

Windows 上有一个库 uxtheme.dll,允许渲染系统元素的形状。

这是我的意思的一个例子: http://www.terrainformatica.com/htmlayout/images/themesupport.jpg

MacOSX 上有类似的东西吗?我正在寻找一个功能:

void drawSystemShape(CGContextRef gfx, rect, ctlType, part, state);

或类似的功能。

There is a library uxtheme.dll on Windows that allows to render shapes of system elements.

Here is an illustration of what I mean:
http://www.terrainformatica.com/htmlayout/images/themesupport.jpg

Is there anything close to that on MacOSX? I am looking for a function:

void drawSystemShape(CGContextRef gfx, rect, ctlType, part, state);

or the like.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魔法少女 2024-11-12 20:59:59

是的,OS X 具有用于在 HIToolbox 框架中绘制系统控件的 API,您可以在 Carbon 框架中找到该框架。 HIThemeDrawXXX 函数记录在头文件 HITheme.h 中。

尽管 Carbon 已被弃用,但这些函数并未被弃用,并且也可用于 64 位代码。

Yes OS X has APIs to draw system controls in the HIToolbox framework which you can find inside the Carbon framework. The HIThemeDrawXXX functions are documented in the header HITheme.h.

Even though Carbon is deprecated, those functions are not and also available for 64-bit code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文