I'd like to ask you, where can I find the system picture for "edit" l开发者_运维知识库ike here:
Thanks!
Use the character named as kPencilLeftUnicode
in Carbon's Events.h header:
The Apple HIG lists the system-provided icons, but it doesn't look like that one is included.
Go into /System/Library/PreferencePanes/
and right-click on Network.prefPane
, select "Show Package Contents". Navigate in the new window into Contents/Resources
and copy edit.tiff and editPressed.tiff whereever you want. Be aware that - of course - you should not "steal" this Image.
精彩评论