wxPython / wxSingleChoiceDialog ...

Vadim Zeitlin zeitlin at seth.lpthe.jussieu.fr
Mon Apr 1 10:02:11 EST 2002


On 1 Apr 2002 13:54:42 GMT, Uwe Schmitt <uwe at rocksport.de> wrote:
> I tried to manipulate wxSinglChoiceDialog so that the presented 
> choices are printed with a fixed width font. I tried SetFont()
> but nothing changed...

 You should change the font of the listbox used by this dialog, not the dialog
itself. Although there is no way to access this listbox directly (and unlikely
to ever be), you can iterate over the dialog children until you find it.

 Regards,
VZ
-- 
GCS/GM d? H+ s++:-- p2 au--- a- w+ v C+++ UBLS+++ P- L++ N++ E--- W++++ M? V--
-po+ R++ G`` !tv b+++ D--- e++++ u++ h--- f+ r++ n- y?



More information about the Python-list mailing list