"Multi-Line" Tooltip How-to?

Hi

I would like to have a tooltip that spans several lines. It should look something like:

Brenda Barnes
Bowling-Bridge 5
BB45 Boomtown

Well SetToolTip('Brenda Barnes\nBowling-Bridge 5\nBB45 Boomtown') doesn't work out. The whole information is shown on 1 line... I tried '\r\n' cause I am on Windows but no success.

I googled and searched the wxWiki and found nothing. Who has an idea? Is it no possible at all?

Thanks,
Marco

Marco Aschwanden wrote:

Hi

I would like to have a tooltip that spans several lines. It should look something like:

Brenda Barnes
Bowling-Bridge 5
BB45 Boomtown

Well SetToolTip('Brenda Barnes\nBowling-Bridge 5\nBB45 Boomtown') doesn't work out. The whole information is shown on 1 line... I tried '\r\n' cause I am on Windows but no success.

I googled and searched the wxWiki and found nothing. Who has an idea? Is it no possible at all?

Platform and version? It works for me here.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!