comparison orpg/gametree/nodehandlers/rpg_grid.py @ 71:449a8900f9ac ornery-dev

Code refining almost completed, for this round. Some included files are still in need of some clean up, but this is test worthy.
author sirebral
date Thu, 20 Aug 2009 03:00:39 -0500
parents 4385a7d0efd1
children 37a11fea3304
comparison
equal deleted inserted replaced
70:52a5fa913008 71:449a8900f9ac
199 def Show(self, show, attr): 199 def Show(self, show, attr):
200 """ 200 """
201 Show or hide the edit control. You can use the attr (if not None) 201 Show or hide the edit control. You can use the attr (if not None)
202 to set colours or fonts for the control. 202 to set colours or fonts for the control.
203 """ 203 """
204 self.base_Show(show, attr) 204 self.base_Show(show, attr) #deprecated DeprecationWarning: Please use PyGridCellEditor.Show instead.
205 205
206 206
207 def BeginEdit(self, row, col, grid): 207 def BeginEdit(self, row, col, grid):
208 """ 208 """
209 Fetch the value from the table and prepare the edit control 209 Fetch the value from the table and prepare the edit control