[Idle-dev] Code comment
Geiger Ho
s997659@ee.cuhk.edu.hk
Mon, 27 May 2002 12:24:33 +0800 (HKT)
- Previous message: [Idle-dev] CVS: idle RemoteObjectBrowser.py,NONE,1.1 RemoteDebugger.py,NONE,1.1 rpc.py,NONE,1.1 run.py,NONE,1.1 ScriptBinding.py,1.4,1.5 Debugger.py,1.4,1.5 PyShell.py,1.13,1.14
- Next message: [Idle-dev] Code comment
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi all,
In the codes obtaining from 0.8.1, TreeWidget.py, line 190,
child = TreeNode(self.canvas, self, item)
Could it be changed to:
child = self.__class__(self.canvas, self, item)
I think out of this change because when I want to derive from class
TreeNode, I need to override the draw() method in my derived class as
well.
Thanks.
Regards,
Geiger
- Previous message: [Idle-dev] CVS: idle RemoteObjectBrowser.py,NONE,1.1 RemoteDebugger.py,NONE,1.1 rpc.py,NONE,1.1 run.py,NONE,1.1 ScriptBinding.py,1.4,1.5 Debugger.py,1.4,1.5 PyShell.py,1.13,1.14
- Next message: [Idle-dev] Code comment
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]