本文介绍了为NSToolbar创建NSToolbar图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为我的NSToolbar创建一个图标,该图标具有与IB中的模板图标相同的系统样式。你怎么做的?

I'd like to make an icon for my NSToolbar that has the same system stylings applied to it as the template icons in IB. How do you do this? I can't get the toolbar to apply system stylings like it says it will in the HIG.

谢谢!

推荐答案

如果您要使用单色图标,请确保。这就是告诉系统使用内部灰色或蓝色渐变来渲染它。

If you mean for a monochromatic icon, make sure you set it as a template image. That's what tells the system to render it with the inner gray or blue gradient.

这篇关于为NSToolbar创建NSToolbar图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 17:58