Update of /cvsroot/wnd/wnd/wnd/controls/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv326
Modified Files:
control.py
Log Message:
??
Index: control.py
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd/controls/base/control.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** control.py 29 Apr 2005 15:23:23 -0000 1.1.1.1
--- control.py 15 May 2005 09:31:16 -0000 1.2
***************
*** 12,16 ****
from wnd import fwtypes as fw
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-
class BaseControl(object):
--- 12,15 ----
***************
*** 20,23 ****
--- 19,23 ----
def __init__(self, Parent, NameOrClass, title, x, y, w, h, *styles):
+
self._base_subclassable = False
self._base_registeredMessages = []
|