diff 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
line wrap: on
line diff
--- a/orpg/gametree/nodehandlers/rpg_grid.py	Tue Aug 18 20:48:36 2009 -0500
+++ b/orpg/gametree/nodehandlers/rpg_grid.py	Thu Aug 20 03:00:39 2009 -0500
@@ -201,7 +201,7 @@
         Show or hide the edit control.  You can use the attr (if not None)
         to set colours or fonts for the control.
         """
-        self.base_Show(show, attr)
+        self.base_Show(show, attr) #deprecated DeprecationWarning: Please use PyGridCellEditor.Show instead.
 
 
     def BeginEdit(self, row, col, grid):