[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: Draw2d Label/MultilineLabel as more complex tooltip

Problem solved. Use DefaultInformationControl.

---
"Marion Schmid" <marion.schmid@xxxxxxx> wrote in message
news:coen4q$e8o$1@xxxxxxxxxxxxxxxxxx
> 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
>
>