Changeset 195 for trunk/GSASIIgrid.py
- Timestamp:
- Jan 3, 2011 4:11:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r193 r195 288 288 self.SetCellBackgroundColour(r,c,color) 289 289 self.SetReadOnly(r,c,isReadOnly=readonly) 290 291 def GetSelection(self): 292 #this is to satisfy structure drawing stuff in G2plt when focus changes 293 return None 290 294 291 295 class Table(wg.PyGridTableBase):
Note: See TracChangeset
for help on using the changeset viewer.