Update of /cvsroot/wnd/wnd/wnd/controls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28764
Modified Files:
dialog.py
Log Message:
bit of this and a bit of that
Index: dialog.py
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd/controls/dialog.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** dialog.py 29 Apr 2005 15:21:37 -0000 1.1.1.1
--- dialog.py 23 Jul 2005 19:21:00 -0000 1.2
***************
*** 13,21 ****
styles += 'visible',
_dialog.BaseDialog.__init__(self, title, x, y, w, h, *styles)
!
def onINITDIALOG(self, hwnd, msg, wp, lp):
self.onINIT(hwnd, msg, wp, lp)
def onMESSAGE(self, hwnd, msg, wp, lp):
if msg==self.Msg.WM_CLOSE:
--- 13,23 ----
styles += 'visible',
_dialog.BaseDialog.__init__(self, title, x, y, w, h, *styles)
!
!
def onINITDIALOG(self, hwnd, msg, wp, lp):
self.onINIT(hwnd, msg, wp, lp)
+
def onMESSAGE(self, hwnd, msg, wp, lp):
if msg==self.Msg.WM_CLOSE:
|