CVS: anygui/lib/anygui/backends ctmswgui.py,1.6,1.7 dwgui.py,1.8,1.9
Robin Becker <[email protected]> Fri, 29 Nov 2002 01:15:28 -0800
| Newsgroups | gmane.comp.python.anygui.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/anygui/anygui/lib/anygui/backends
In directory sc8-pr-cvs1:/tmp/cvs-serv892
Modified Files:
ctmswgui.py dwgui.py
Log Message:
Added **kwds arg to Application
Index: ctmswgui.py
===================================================================
RCS file: /cvsroot/anygui/anygui/lib/anygui/backends/ctmswgui.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ctmswgui.py 19 Nov 2002 12:41:44 -0000 1.6
--- ctmswgui.py 29 Nov 2002 09:15:24 -0000 1.7
***************
*** 791,799 ****
}
! def __init__(self):
global _app
if not _app:
#if _verbose: log('Application.__init__:start',str(self))
! AbstractApplication.__init__(self)
if not self._wndclass: self._register_class()
WindowWrapper._wndclass = self._wndclass
--- 791,799 ----
}
! def __init__(self,**kwds):
global _app
if not _app:
#if _verbose: log('Application.__init__:start',str(self))
! AbstractApplication.__init__(self,**kwds)
if not self._wndclass: self._register_class()
WindowWrapper._wndclass = self._wndclass
Index: dwgui.py
===================================================================
RCS file: /cvsroot/anygui/anygui/lib/anygui/backends/dwgui.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** dwgui.py 15 Nov 2002 14:12:00 -0000 1.8
--- dwgui.py 29 Nov 2002 09:15:24 -0000 1.9
***************
*** 714,722 ****
}
! def __init__(self):
global _app
if not _app:
if _verbose: log('Application.__init__:start',str(self))
! AbstractApplication.__init__(self)
if not self._wndclass: self._register_class()
WindowWrapper._wndclass = self._wndclass
--- 714,722 ----
}
! def __init__(self,**kwds):
global _app
if not _app:
if _verbose: log('Application.__init__:start',str(self))
! AbstractApplication.__init__(self,**kwds)
if not self._wndclass: self._register_class()
WindowWrapper._wndclass = self._wndclass
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en