[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: Tooltip in gef.ui.parts.TreeViewer

Martin Rosenthal <fiesta81@xxxxxx> wrote:
> Hi,
>
> how can i have a tooltip on the treeitems in the outline page?
>
You have to fake it.
Tooltips are not natively supported on tree items.
See this tooltip on how to create fake tooltips for table items and adapt it 
for your needs:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet125.java?rev=HEAD&content-type=text/vnd.viewcvs-markup

-- 
Sunil