[wxPython] How do I get a wxGauge within a wxStatusBar?

Hi,

I get the vague sense looking at the documentation that I can perhaps
muck around with device contexts and perhaps get a gauge to work within
a status bar. Yes? If so, can someone point me to a small example?

Thanx.

···

--
Kevin Cole, Linux Programmer | E-mail: kjcole@gri.gallaudet.edu
Gallaudet Research Institute | WWW: http://gri.gallaudet.edu/
Hall Memorial Bldg S-419 | Voice: (202) 651-5135
Washington, D.C. 20002-3695 | FAX: (202) 651-5746

I get the vague sense looking at the documentation that I can perhaps
muck around with device contexts and perhaps get a gauge to work within
a status bar. Yes? If so, can someone point me to a small example?

Look at the status bar sample in the demo. It shows how to put a combobox
in the status bar. You can easily adapt that to use a guage instead.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!