[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Draw2d Label/MultilineLabel as more complex tooltip
|
Hello!
I want to add a more complex tooltip to my figures and wonder, if I should
use the MultilineLabel for this or just creating a Figure containing an
array of Label objects and some of these label objects with a defined font
(some bold, some italic, etc.)
The tooltip should look in a way like a jface.text.DefaultInformationControl
but without the status field part on the bottom of this
DefaultInformationControl - just some bold text and some regular text in
multiple lines.
How would you implement this?
Thanks in advance!
marion