Cocoa - Custom appearance of NSStatusItem in menu bar -


it easy set title , length of nsstatusitem. is possible change appearance of nsstatusitem entirely, , replace custom view?

for example, if want nsstatusitem whole row of icons surrounded border, rather single icon, , each icon can separately clicked. possible?

got it. can use nsstatusitem's setview: method customize appearance of nsstatusitem.

an example of here.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -