[wxPython] just curious: Why the 0 in wxApp(0)?

All the demos seem to create an instance of SomeApp(wxApp)
with argument 0, but the wxWindows User Guide shows
wxApp::wxApp() taking no arguments. Does the 0 do anything?
Is it necessary?

Just curious.

Not curious enough to try leaving it off or changing it to 1? "Ah come on,
live a little, change the parameter, it's only a litte zero..." <wink>

P.S. Look at the implementation of wxApp in wx.py. It should be fairly
obvious what it does if that parameter is set to one, (which is the default
if on Windows.)

ยทยทยท

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

(e)

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users