I have NSMatrix with a group of NSButtonCells as I want to make an effect similar to the Xcode4 Navigator Area () Where the selected button feels a break with shadows on the left and right sides.
I have seen the same style with large icons in the panel of preferences of many third party applications, and I am thinking that there is an easy way to achieve this effect, most likely I Do not know the correct terminology for this.
I can definitely pull these shaded buttons myself and set it as an alternative image of the button, I think the standard artwork that comes with apple is quite elegant and instead Would like to use it.
Any help will be very appited
In case of large icons, Code> NSToolbar . Unfortunately, a toolbar is very limited (eg it is not a normal view, it can only appear at the top of the standard window, at full width, at the top). It is easy to create the "preferences panel" style, but almost everything else is needed to do everything yourself to rebuild it.
Comments
Post a Comment