Hi,

In the about dialog I am working on, I have some text which needs to
wrap over 2 or more lines.

The control is a vcl::FixedText, however the issue is that this control
(AFAIK) cannot wrap text.

I have tried to therefore use a MultiLineEdit
(svtools/inc/svtools/svmedit.hxx) however the issue with this is that
the text always has a white background - I need the control to have a
transparent background, something I can do with a FixedText with

aFixedText.SetBackground();

So basically my question is, is there a way to wrap text on a FixedText,
or make the background on a MultiLinEdit transparent (or is there a
better text control I can use?)

Thanks

--
Andrew
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to