[wxPython] Putting a wxGauge on a status bar?

Is it possible to put a gauge control in a field of a status bar?

If it is possible, could someone post a sample or pointer to an example, I'd
greatly appreciate it.

Thanks,
Chris

Hi,

Is it possible to put a gauge control in a field of a status bar?

If it is possible, could someone post a sample or pointer to an
example, I'd greatly appreciate it.

Yes, it is possible. You can find some C++ code in samples/statbar in
wxWindows (albeit with another control, not wxGauge). Another C++
example is in poEdit (http://poedit.sf.net), this time with a gauge.
I don't know about a Python example, but if you can read C++ a
little, it'll take you no time at all to rewrite it in wxPython.

HTH,
Vaclav