[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] HTML Tooltips?

Swing has the capability to display HTML tooltips. How do I accomplish this 
in SWT?

I know SWT tooltips are native and there might not support HTML.  So I would 
have to create fake tooltips.  I found one suggestion to put a browser 
control into a fake tooltip.  That seems extremely heavy handed and resource 
intensive to do that.  Is there any other alternative to get marked up 
Tooltips?