wxToolTip

Hi,

I use the last release of wxPython.

Is it possible to redefine the wxToolTip character font ?

Thanks.

Olivier

Olivier Ravard wrote:

Hi,

I use the last release of wxPython.

Is it possible to redefine the wxToolTip character font ?

No, it's chosen by the system (based on the locale, I think.)

···

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

Olivier

···

-----Original Message-----
From: Olivier Ravard [mailto:olivier.ravard@novagrid.com]
Sent: Tuesday, October 02, 2007 5:50 AM
To: wxPython-users@lists.wxwidgets.org
Subject: wxToolTip

Hi,

I use the last release of wxPython.

Is it possible to redefine the wxToolTip character font ?

Thanks.

Olivier

I'm not completely sure, but I don't think that's currently possible. You
could try using the SetFont method on it and see though.

If not, Andrea Gavana's BalloonTip should work:
http://xoomer.alice.it/infinity77/main/BalloonTip.html

Mike