开发者

How to use standard symbols in NSMenu?

开发者 https://www.devze.com 2022-12-11 18:44 出处:网络
Reffering to Apple\'S HIG on开发者_如何转开发 Menu, \"Using Symbols in Menu\" http://developer.apple.com/mac/library/DOCUMENTATION/UserExperience/Conceptual/AppleHIGuidelines/XHIGMenus/XHIGMenus.html#

Reffering to Apple'S HIG on开发者_如何转开发 Menu, "Using Symbols in Menu" http://developer.apple.com/mac/library/DOCUMENTATION/UserExperience/Conceptual/AppleHIGuidelines/XHIGMenus/XHIGMenus.html#//apple_ref/doc/uid/TP30000356-TPXREF125

How do I use those standard symbols for my menu itmes? Well I just need example code or some example to get started.


In interface builder, select a Menu Item. In the Menu Item Attributes of the Inspector you can then change its "On Image", "Off Image", and "Mix Image". Some of the images mentioned in the HIG will be prefixed NSMenu, for instance NSMenuCheckmark and NSMenuMixedState. You'd then enable this image by using the NSMenuItem's setState: method.

0

精彩评论

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