[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[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.

Grant Gayed wrote:
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