![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivewhat does 0 mean in MyApp(0)
From: Alex <lidenalex@yahoo.se>
Date: Fri Sep 30 2005 - 16:15:33 CEST
I'm looking at a tutorial with the code below
from wxPython.wx import *
class MyApp(wxApp):
app = MyApp(0)
Everything is explained nicely except the zero parameter in MyApp(0).
Alex
|