I can’t use wx.ProgressDialog because I need to add extra contents to the dialog box (a pause button and information about what is currently being processed). Is there a control for just the progress bar that I can use in my own dialog box?
I could of course draw something simple myself, but since the program needs to run on Mac OS X, Windows, and Linux it would be better if the progress bars had a native look.
What about wxGauge which displays a horizontal or vertical bar?
http://www.wxpython.org/docs/api/wx.Gauge-class.html
More complete C++ doc:
http://docs.wxwidgets.org/2.6/wx_wxgauge.html#wxgauge