Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Tooltips for the swt table column header
Tooltips for the swt table column header [message #439120] Tue, 06 July 2004 10:01 Go to next message
Eclipse UserFriend
Originally posted by: ijaja.gmx.de

I try to create tool tips for each column head in a SWT Table.
Can anybody help, on how to do this?
Re: Tooltips for the swt table column header [message #439222 is a reply to message #439120] Wed, 07 July 2004 16:24 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Daniel,

This is not supported, though there's a request for it:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=4572 .

You should be able to fake it by listening for mouse events, detect when a
hover occurs in the range of the column header, and show a fake tooltip.
For an example of a fake tooltip see
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/snippits/snippet125.html .

Grant

"Daniel Sommer" <ijaja@gmx.de> wrote in message
news:ccdt99$epc$1@eclipse.org...
> I try to create tool tips for each column head in a SWT Table.
> Can anybody help, on how to do this?
>
Previous Topic:Layouts vs. setLocation()
Next Topic:Can TableTreeViewer show checkbox not at all items?
Goto Forum:
  


Current Time: Thu Apr 25 05:00:42 GMT 2024

Powered by FUDForum. Page generated in 0.02800 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top