Eclipse 3.5 (on the Mac, at least) now has a slimmer look to its buttons and scroll bars, whereas previous versions' buttons and scroll bars used the larger, "puffier" look. I would like to adopt this same look in my RCP app, but I can't find in the SWT or JFace APIs anywhere how to force the widgets to use this slimmer look. How is this done?
Asked
Active
Viewed 252 times
1 Answers
1
This is because you're now using native Cocoa versus the previous Carbon implementation. There is no API for it.

andyczerwonka
- 4,230
- 5
- 34
- 57
-
Ah yes, this does seem to be the case. I just looked at the Carbon version of 3.5SR2 and then the Cocoa version, and the slim look is not in the Carbon build. Thanks! – Paul Schifferer Feb 28 '10 at 15:17