| [news.eclipse.platform.swt] Re: Toolbars with a gradient background? |
Hi Grant,
Thanks for the tip! It works perfectly. A simple trick once you've had the idea :-)
Thanks,
Jakob.
Hi Jakob,
See http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet218.java?view=co for an example of setting a gradient background image. The example shows a StyledText, but changing it to a ToolBar works the same.
Grant