[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: TableColumn header: Mouse events / ToolTips?
|
Not possible I'm afraid. See these bugs:
http://bugs.eclipse.org/bugs/show_bug.cgi?id=17871
http://bugs.eclipse.org/bugs/show_bug.cgi?id=32322
Cheers,
Alun
Michael Blout wrote:
> Is there any way to get (implement) a ToolTip on a TableColumn header?
> I haven't found a way to get mouse events for the actual (button-like)
> header on Windows,
> using addListener().
> Should I be able to?
> What I was hoping to implement is an easy way for the user to get the column
> name if the column is resized too small to display the label (since the
> actual
> data in the column is usually smaller than the column name itself).
> Seemed like a mouse hover would be the most obvious action.
> Thanks in advance!
> Michael Blout
> mblout@xxxxxxxxxxxxx