1 # This file was created automatically by SWIG. 
  12 from clip_dnd 
import * 
  14 from controls 
import * 
  19 def EVT_GRID_CELL_LEFT_CLICK(win
, fn
): 
  20     win
.Connect(-1, -1, wxEVT_GRID_CELL_LEFT_CLICK
, fn
) 
  22 def EVT_GRID_CELL_RIGHT_CLICK(win
, fn
): 
  23     win
.Connect(-1, -1, wxEVT_GRID_CELL_RIGHT_CLICK
, fn
) 
  25 def EVT_GRID_CELL_LEFT_DCLICK(win
, fn
): 
  26     win
.Connect(-1, -1, wxEVT_GRID_CELL_LEFT_DCLICK
, fn
) 
  28 def EVT_GRID_CELL_RIGHT_DCLICK(win
, fn
): 
  29     win
.Connect(-1, -1, wxEVT_GRID_CELL_RIGHT_DCLICK
, fn
) 
  31 def EVT_GRID_LABEL_LEFT_CLICK(win
, fn
): 
  32     win
.Connect(-1, -1, wxEVT_GRID_LABEL_LEFT_CLICK
, fn
) 
  34 def EVT_GRID_LABEL_RIGHT_CLICK(win
, fn
): 
  35     win
.Connect(-1, -1, wxEVT_GRID_LABEL_RIGHT_CLICK
, fn
) 
  37 def EVT_GRID_LABEL_LEFT_DCLICK(win
, fn
): 
  38     win
.Connect(-1, -1, wxEVT_GRID_LABEL_LEFT_DCLICK
, fn
) 
  40 def EVT_GRID_LABEL_RIGHT_DCLICK(win
, fn
): 
  41     win
.Connect(-1, -1, wxEVT_GRID_LABEL_RIGHT_DCLICK
, fn
) 
  43 def EVT_GRID_ROW_SIZE(win
, fn
): 
  44     win
.Connect(-1, -1, wxEVT_GRID_ROW_SIZE
, fn
) 
  46 def EVT_GRID_COL_SIZE(win
, fn
): 
  47     win
.Connect(-1, -1, wxEVT_GRID_COL_SIZE
, fn
) 
  49 def EVT_GRID_RANGE_SELECT(win
, fn
): 
  50     win
.Connect(-1, -1, wxEVT_GRID_RANGE_SELECT
, fn
) 
  52 def EVT_GRID_CELL_CHANGE(win
, fn
): 
  53     win
.Connect(-1, -1, wxEVT_GRID_CELL_CHANGE
, fn
) 
  55 def EVT_GRID_SELECT_CELL(win
, fn
): 
  56     win
.Connect(-1, -1, wxEVT_GRID_SELECT_CELL
, fn
) 
  58 def EVT_GRID_EDITOR_SHOWN(win
, fn
): 
  59     win
.Connect(-1, -1, wxEVT_GRID_EDITOR_SHOWN
, fn
) 
  61 def EVT_GRID_EDITOR_HIDDEN(win
, fn
): 
  62     win
.Connect(-1, -1, wxEVT_GRID_EDITOR_HIDDEN
, fn
) 
  64 def EVT_GRID_EDITOR_CREATED(win
, fn
): 
  65     win
.Connect(-1, -1, wxEVT_GRID_EDITOR_CREATED
, fn
) 
  68 class wxGridCellRendererPtr 
: 
  69     def __init__(self
,this
): 
  72     def _setOORInfo(self
, *_args
, **_kwargs
): 
  73         val 
= gridc
.wxGridCellRenderer__setOORInfo(self
, *_args
, **_kwargs
) 
  75     def SetParameters(self
, *_args
, **_kwargs
): 
  76         val 
= gridc
.wxGridCellRenderer_SetParameters(self
, *_args
, **_kwargs
) 
  78     def IncRef(self
, *_args
, **_kwargs
): 
  79         val 
= gridc
.wxGridCellRenderer_IncRef(self
, *_args
, **_kwargs
) 
  81     def DecRef(self
, *_args
, **_kwargs
): 
  82         val 
= gridc
.wxGridCellRenderer_DecRef(self
, *_args
, **_kwargs
) 
  84     def Draw(self
, *_args
, **_kwargs
): 
  85         val 
= gridc
.wxGridCellRenderer_Draw(self
, *_args
, **_kwargs
) 
  87     def GetBestSize(self
, *_args
, **_kwargs
): 
  88         val 
= gridc
.wxGridCellRenderer_GetBestSize(self
, *_args
, **_kwargs
) 
  89         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
  91     def Clone(self
, *_args
, **_kwargs
): 
  92         val 
= gridc
.wxGridCellRenderer_Clone(self
, *_args
, **_kwargs
) 
  95         return "<%s.%s instance; proxy of C++ wxGridCellRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
  96 class wxGridCellRenderer(wxGridCellRendererPtr
): 
  97     def __init__(self
,this
): 
 103 class wxPyGridCellRendererPtr(wxGridCellRendererPtr
): 
 104     def __init__(self
,this
): 
 107     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 108         val 
= gridc
.wxPyGridCellRenderer__setCallbackInfo(self
, *_args
, **_kwargs
) 
 110     def base_SetParameters(self
, *_args
, **_kwargs
): 
 111         val 
= gridc
.wxPyGridCellRenderer_base_SetParameters(self
, *_args
, **_kwargs
) 
 114         return "<%s.%s instance; proxy of C++ wxPyGridCellRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 115 class wxPyGridCellRenderer(wxPyGridCellRendererPtr
): 
 116     def __init__(self
,*_args
,**_kwargs
): 
 117         self
.this 
= gridc
.new_wxPyGridCellRenderer(*_args
,**_kwargs
) 
 119         self
._setCallbackInfo
(self
, wxPyGridCellRenderer
) 
 120         self
._setOORInfo
(self
) 
 125 class wxGridCellStringRendererPtr(wxGridCellRendererPtr
): 
 126     def __init__(self
,this
): 
 130         return "<%s.%s instance; proxy of C++ wxGridCellStringRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 131 class wxGridCellStringRenderer(wxGridCellStringRendererPtr
): 
 132     def __init__(self
,*_args
,**_kwargs
): 
 133         self
.this 
= gridc
.new_wxGridCellStringRenderer(*_args
,**_kwargs
) 
 135         self
._setOORInfo
(self
) 
 140 class wxGridCellNumberRendererPtr(wxGridCellStringRendererPtr
): 
 141     def __init__(self
,this
): 
 145         return "<%s.%s instance; proxy of C++ wxGridCellNumberRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 146 class wxGridCellNumberRenderer(wxGridCellNumberRendererPtr
): 
 147     def __init__(self
,*_args
,**_kwargs
): 
 148         self
.this 
= gridc
.new_wxGridCellNumberRenderer(*_args
,**_kwargs
) 
 150         self
._setOORInfo
(self
) 
 155 class wxGridCellFloatRendererPtr(wxGridCellStringRendererPtr
): 
 156     def __init__(self
,this
): 
 159     def GetWidth(self
, *_args
, **_kwargs
): 
 160         val 
= gridc
.wxGridCellFloatRenderer_GetWidth(self
, *_args
, **_kwargs
) 
 162     def SetWidth(self
, *_args
, **_kwargs
): 
 163         val 
= gridc
.wxGridCellFloatRenderer_SetWidth(self
, *_args
, **_kwargs
) 
 165     def GetPrecision(self
, *_args
, **_kwargs
): 
 166         val 
= gridc
.wxGridCellFloatRenderer_GetPrecision(self
, *_args
, **_kwargs
) 
 168     def SetPrecision(self
, *_args
, **_kwargs
): 
 169         val 
= gridc
.wxGridCellFloatRenderer_SetPrecision(self
, *_args
, **_kwargs
) 
 172         return "<%s.%s instance; proxy of C++ wxGridCellFloatRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 173 class wxGridCellFloatRenderer(wxGridCellFloatRendererPtr
): 
 174     def __init__(self
,*_args
,**_kwargs
): 
 175         self
.this 
= gridc
.new_wxGridCellFloatRenderer(*_args
,**_kwargs
) 
 177         self
._setOORInfo
(self
) 
 182 class wxGridCellBoolRendererPtr(wxGridCellRendererPtr
): 
 183     def __init__(self
,this
): 
 187         return "<%s.%s instance; proxy of C++ wxGridCellBoolRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 188 class wxGridCellBoolRenderer(wxGridCellBoolRendererPtr
): 
 189     def __init__(self
,*_args
,**_kwargs
): 
 190         self
.this 
= gridc
.new_wxGridCellBoolRenderer(*_args
,**_kwargs
) 
 192         self
._setOORInfo
(self
) 
 197 class wxGridCellDateTimeRendererPtr(wxGridCellStringRendererPtr
): 
 198     def __init__(self
,this
): 
 202         return "<%s.%s instance; proxy of C++ wxGridCellDateTimeRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 203 class wxGridCellDateTimeRenderer(wxGridCellDateTimeRendererPtr
): 
 204     def __init__(self
,*_args
,**_kwargs
): 
 205         self
.this 
= gridc
.new_wxGridCellDateTimeRenderer(*_args
,**_kwargs
) 
 207         self
._setOORInfo
(self
) 
 212 class wxGridCellEnumRendererPtr(wxGridCellStringRendererPtr
): 
 213     def __init__(self
,this
): 
 217         return "<%s.%s instance; proxy of C++ wxGridCellEnumRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 218 class wxGridCellEnumRenderer(wxGridCellEnumRendererPtr
): 
 219     def __init__(self
,*_args
,**_kwargs
): 
 220         self
.this 
= gridc
.new_wxGridCellEnumRenderer(*_args
,**_kwargs
) 
 222         self
._setOORInfo
(self
) 
 227 class wxGridCellAutoWrapStringRendererPtr(wxGridCellStringRendererPtr
): 
 228     def __init__(self
,this
): 
 232         return "<%s.%s instance; proxy of C++ wxGridCellAutoWrapStringRenderer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 233 class wxGridCellAutoWrapStringRenderer(wxGridCellAutoWrapStringRendererPtr
): 
 234     def __init__(self
,*_args
,**_kwargs
): 
 235         self
.this 
= gridc
.new_wxGridCellAutoWrapStringRenderer(*_args
,**_kwargs
) 
 237         self
._setOORInfo
(self
) 
 242 class wxGridCellEditorPtr 
: 
 243     def __init__(self
,this
): 
 246     def _setOORInfo(self
, *_args
, **_kwargs
): 
 247         val 
= gridc
.wxGridCellEditor__setOORInfo(self
, *_args
, **_kwargs
) 
 249     def IsCreated(self
, *_args
, **_kwargs
): 
 250         val 
= gridc
.wxGridCellEditor_IsCreated(self
, *_args
, **_kwargs
) 
 252     def GetControl(self
, *_args
, **_kwargs
): 
 253         val 
= gridc
.wxGridCellEditor_GetControl(self
, *_args
, **_kwargs
) 
 255     def SetControl(self
, *_args
, **_kwargs
): 
 256         val 
= gridc
.wxGridCellEditor_SetControl(self
, *_args
, **_kwargs
) 
 258     def GetCellAttr(self
, *_args
, **_kwargs
): 
 259         val 
= gridc
.wxGridCellEditor_GetCellAttr(self
, *_args
, **_kwargs
) 
 261     def SetCellAttr(self
, *_args
, **_kwargs
): 
 262         val 
= gridc
.wxGridCellEditor_SetCellAttr(self
, *_args
, **_kwargs
) 
 264     def SetParameters(self
, *_args
, **_kwargs
): 
 265         val 
= gridc
.wxGridCellEditor_SetParameters(self
, *_args
, **_kwargs
) 
 267     def IncRef(self
, *_args
, **_kwargs
): 
 268         val 
= gridc
.wxGridCellEditor_IncRef(self
, *_args
, **_kwargs
) 
 270     def DecRef(self
, *_args
, **_kwargs
): 
 271         val 
= gridc
.wxGridCellEditor_DecRef(self
, *_args
, **_kwargs
) 
 273     def Create(self
, *_args
, **_kwargs
): 
 274         val 
= gridc
.wxGridCellEditor_Create(self
, *_args
, **_kwargs
) 
 276     def BeginEdit(self
, *_args
, **_kwargs
): 
 277         val 
= gridc
.wxGridCellEditor_BeginEdit(self
, *_args
, **_kwargs
) 
 279     def EndEdit(self
, *_args
, **_kwargs
): 
 280         val 
= gridc
.wxGridCellEditor_EndEdit(self
, *_args
, **_kwargs
) 
 282     def Reset(self
, *_args
, **_kwargs
): 
 283         val 
= gridc
.wxGridCellEditor_Reset(self
, *_args
, **_kwargs
) 
 285     def Clone(self
, *_args
, **_kwargs
): 
 286         val 
= gridc
.wxGridCellEditor_Clone(self
, *_args
, **_kwargs
) 
 288     def SetSize(self
, *_args
, **_kwargs
): 
 289         val 
= gridc
.wxGridCellEditor_SetSize(self
, *_args
, **_kwargs
) 
 291     def Show(self
, *_args
, **_kwargs
): 
 292         val 
= gridc
.wxGridCellEditor_Show(self
, *_args
, **_kwargs
) 
 294     def PaintBackground(self
, *_args
, **_kwargs
): 
 295         val 
= gridc
.wxGridCellEditor_PaintBackground(self
, *_args
, **_kwargs
) 
 297     def IsAcceptedKey(self
, *_args
, **_kwargs
): 
 298         val 
= gridc
.wxGridCellEditor_IsAcceptedKey(self
, *_args
, **_kwargs
) 
 300     def StartingKey(self
, *_args
, **_kwargs
): 
 301         val 
= gridc
.wxGridCellEditor_StartingKey(self
, *_args
, **_kwargs
) 
 303     def StartingClick(self
, *_args
, **_kwargs
): 
 304         val 
= gridc
.wxGridCellEditor_StartingClick(self
, *_args
, **_kwargs
) 
 306     def HandleReturn(self
, *_args
, **_kwargs
): 
 307         val 
= gridc
.wxGridCellEditor_HandleReturn(self
, *_args
, **_kwargs
) 
 309     def Destroy(self
, *_args
, **_kwargs
): 
 310         val 
= gridc
.wxGridCellEditor_Destroy(self
, *_args
, **_kwargs
) 
 313         return "<%s.%s instance; proxy of C++ wxGridCellEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 314 class wxGridCellEditor(wxGridCellEditorPtr
): 
 315     def __init__(self
,this
): 
 321 class wxPyGridCellEditorPtr(wxGridCellEditorPtr
): 
 322     def __init__(self
,this
): 
 325     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 326         val 
= gridc
.wxPyGridCellEditor__setCallbackInfo(self
, *_args
, **_kwargs
) 
 328     def base_SetSize(self
, *_args
, **_kwargs
): 
 329         val 
= gridc
.wxPyGridCellEditor_base_SetSize(self
, *_args
, **_kwargs
) 
 331     def base_Show(self
, *_args
, **_kwargs
): 
 332         val 
= gridc
.wxPyGridCellEditor_base_Show(self
, *_args
, **_kwargs
) 
 334     def base_PaintBackground(self
, *_args
, **_kwargs
): 
 335         val 
= gridc
.wxPyGridCellEditor_base_PaintBackground(self
, *_args
, **_kwargs
) 
 337     def base_IsAcceptedKey(self
, *_args
, **_kwargs
): 
 338         val 
= gridc
.wxPyGridCellEditor_base_IsAcceptedKey(self
, *_args
, **_kwargs
) 
 340     def base_StartingKey(self
, *_args
, **_kwargs
): 
 341         val 
= gridc
.wxPyGridCellEditor_base_StartingKey(self
, *_args
, **_kwargs
) 
 343     def base_StartingClick(self
, *_args
, **_kwargs
): 
 344         val 
= gridc
.wxPyGridCellEditor_base_StartingClick(self
, *_args
, **_kwargs
) 
 346     def base_HandleReturn(self
, *_args
, **_kwargs
): 
 347         val 
= gridc
.wxPyGridCellEditor_base_HandleReturn(self
, *_args
, **_kwargs
) 
 349     def base_Destroy(self
, *_args
, **_kwargs
): 
 350         val 
= gridc
.wxPyGridCellEditor_base_Destroy(self
, *_args
, **_kwargs
) 
 352     def base_SetParameters(self
, *_args
, **_kwargs
): 
 353         val 
= gridc
.wxPyGridCellEditor_base_SetParameters(self
, *_args
, **_kwargs
) 
 356         return "<%s.%s instance; proxy of C++ wxPyGridCellEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 357 class wxPyGridCellEditor(wxPyGridCellEditorPtr
): 
 358     def __init__(self
,*_args
,**_kwargs
): 
 359         self
.this 
= gridc
.new_wxPyGridCellEditor(*_args
,**_kwargs
) 
 361         self
._setCallbackInfo
(self
, wxPyGridCellEditor
) 
 362         self
._setOORInfo
(self
) 
 367 class wxGridCellTextEditorPtr(wxGridCellEditorPtr
): 
 368     def __init__(self
,this
): 
 371     def GetValue(self
, *_args
, **_kwargs
): 
 372         val 
= gridc
.wxGridCellTextEditor_GetValue(self
, *_args
, **_kwargs
) 
 375         return "<%s.%s instance; proxy of C++ wxGridCellTextEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 376 class wxGridCellTextEditor(wxGridCellTextEditorPtr
): 
 377     def __init__(self
,*_args
,**_kwargs
): 
 378         self
.this 
= gridc
.new_wxGridCellTextEditor(*_args
,**_kwargs
) 
 380         self
._setOORInfo
(self
) 
 385 class wxGridCellNumberEditorPtr(wxGridCellTextEditorPtr
): 
 386     def __init__(self
,this
): 
 389     def GetValue(self
, *_args
, **_kwargs
): 
 390         val 
= gridc
.wxGridCellNumberEditor_GetValue(self
, *_args
, **_kwargs
) 
 393         return "<%s.%s instance; proxy of C++ wxGridCellNumberEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 394 class wxGridCellNumberEditor(wxGridCellNumberEditorPtr
): 
 395     def __init__(self
,*_args
,**_kwargs
): 
 396         self
.this 
= gridc
.new_wxGridCellNumberEditor(*_args
,**_kwargs
) 
 398         self
._setOORInfo
(self
) 
 403 class wxGridCellFloatEditorPtr(wxGridCellTextEditorPtr
): 
 404     def __init__(self
,this
): 
 407     def GetValue(self
, *_args
, **_kwargs
): 
 408         val 
= gridc
.wxGridCellFloatEditor_GetValue(self
, *_args
, **_kwargs
) 
 411         return "<%s.%s instance; proxy of C++ wxGridCellFloatEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 412 class wxGridCellFloatEditor(wxGridCellFloatEditorPtr
): 
 413     def __init__(self
,*_args
,**_kwargs
): 
 414         self
.this 
= gridc
.new_wxGridCellFloatEditor(*_args
,**_kwargs
) 
 416         self
._setOORInfo
(self
) 
 421 class wxGridCellBoolEditorPtr(wxGridCellEditorPtr
): 
 422     def __init__(self
,this
): 
 425     def GetValue(self
, *_args
, **_kwargs
): 
 426         val 
= gridc
.wxGridCellBoolEditor_GetValue(self
, *_args
, **_kwargs
) 
 429         return "<%s.%s instance; proxy of C++ wxGridCellBoolEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 430 class wxGridCellBoolEditor(wxGridCellBoolEditorPtr
): 
 431     def __init__(self
,*_args
,**_kwargs
): 
 432         self
.this 
= gridc
.new_wxGridCellBoolEditor(*_args
,**_kwargs
) 
 434         self
._setOORInfo
(self
) 
 439 class wxGridCellChoiceEditorPtr(wxGridCellEditorPtr
): 
 440     def __init__(self
,this
): 
 443     def GetValue(self
, *_args
, **_kwargs
): 
 444         val 
= gridc
.wxGridCellChoiceEditor_GetValue(self
, *_args
, **_kwargs
) 
 447         return "<%s.%s instance; proxy of C++ wxGridCellChoiceEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 448 class wxGridCellChoiceEditor(wxGridCellChoiceEditorPtr
): 
 449     def __init__(self
,*_args
,**_kwargs
): 
 450         self
.this 
= gridc
.new_wxGridCellChoiceEditor(*_args
,**_kwargs
) 
 452         self
._setOORInfo
(self
) 
 457 class wxGridCellEnumEditorPtr(wxGridCellChoiceEditorPtr
): 
 458     def __init__(self
,this
): 
 461     def GetValue(self
, *_args
, **_kwargs
): 
 462         val 
= gridc
.wxGridCellEnumEditor_GetValue(self
, *_args
, **_kwargs
) 
 465         return "<%s.%s instance; proxy of C++ wxGridCellEnumEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 466 class wxGridCellEnumEditor(wxGridCellEnumEditorPtr
): 
 467     def __init__(self
,*_args
,**_kwargs
): 
 468         self
.this 
= gridc
.new_wxGridCellEnumEditor(*_args
,**_kwargs
) 
 470         self
._setOORInfo
(self
) 
 475 class wxGridCellAutoWrapStringEditorPtr(wxGridCellTextEditorPtr
): 
 476     def __init__(self
,this
): 
 479     def GetValue(self
, *_args
, **_kwargs
): 
 480         val 
= gridc
.wxGridCellAutoWrapStringEditor_GetValue(self
, *_args
, **_kwargs
) 
 483         return "<%s.%s instance; proxy of C++ wxGridCellAutoWrapStringEditor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 484 class wxGridCellAutoWrapStringEditor(wxGridCellAutoWrapStringEditorPtr
): 
 485     def __init__(self
,*_args
,**_kwargs
): 
 486         self
.this 
= gridc
.new_wxGridCellAutoWrapStringEditor(*_args
,**_kwargs
) 
 488         self
._setOORInfo
(self
) 
 493 class wxGridCellAttrPtr 
: 
 494     Any 
= gridc
.wxGridCellAttr_Any
 
 495     Default 
= gridc
.wxGridCellAttr_Default
 
 496     Cell 
= gridc
.wxGridCellAttr_Cell
 
 497     Row 
= gridc
.wxGridCellAttr_Row
 
 498     Col 
= gridc
.wxGridCellAttr_Col
 
 499     Merged 
= gridc
.wxGridCellAttr_Merged
 
 500     def __init__(self
,this
): 
 503     def _setOORInfo(self
, *_args
, **_kwargs
): 
 504         val 
= gridc
.wxGridCellAttr__setOORInfo(self
, *_args
, **_kwargs
) 
 506     def Clone(self
, *_args
, **_kwargs
): 
 507         val 
= gridc
.wxGridCellAttr_Clone(self
, *_args
, **_kwargs
) 
 509     def MergeWith(self
, *_args
, **_kwargs
): 
 510         val 
= gridc
.wxGridCellAttr_MergeWith(self
, *_args
, **_kwargs
) 
 512     def IncRef(self
, *_args
, **_kwargs
): 
 513         val 
= gridc
.wxGridCellAttr_IncRef(self
, *_args
, **_kwargs
) 
 515     def DecRef(self
, *_args
, **_kwargs
): 
 516         val 
= gridc
.wxGridCellAttr_DecRef(self
, *_args
, **_kwargs
) 
 518     def SetTextColour(self
, *_args
, **_kwargs
): 
 519         val 
= gridc
.wxGridCellAttr_SetTextColour(self
, *_args
, **_kwargs
) 
 521     def SetBackgroundColour(self
, *_args
, **_kwargs
): 
 522         val 
= gridc
.wxGridCellAttr_SetBackgroundColour(self
, *_args
, **_kwargs
) 
 524     def SetFont(self
, *_args
, **_kwargs
): 
 525         val 
= gridc
.wxGridCellAttr_SetFont(self
, *_args
, **_kwargs
) 
 527     def SetAlignment(self
, *_args
, **_kwargs
): 
 528         val 
= gridc
.wxGridCellAttr_SetAlignment(self
, *_args
, **_kwargs
) 
 530     def SetSize(self
, *_args
, **_kwargs
): 
 531         val 
= gridc
.wxGridCellAttr_SetSize(self
, *_args
, **_kwargs
) 
 533     def SetOverflow(self
, *_args
, **_kwargs
): 
 534         val 
= gridc
.wxGridCellAttr_SetOverflow(self
, *_args
, **_kwargs
) 
 536     def SetReadOnly(self
, *_args
, **_kwargs
): 
 537         val 
= gridc
.wxGridCellAttr_SetReadOnly(self
, *_args
, **_kwargs
) 
 539     def SetRenderer(self
, *_args
, **_kwargs
): 
 540         val 
= gridc
.wxGridCellAttr_SetRenderer(self
, *_args
, **_kwargs
) 
 542     def SetEditor(self
, *_args
, **_kwargs
): 
 543         val 
= gridc
.wxGridCellAttr_SetEditor(self
, *_args
, **_kwargs
) 
 545     def SetKind(self
, *_args
, **_kwargs
): 
 546         val 
= gridc
.wxGridCellAttr_SetKind(self
, *_args
, **_kwargs
) 
 548     def HasTextColour(self
, *_args
, **_kwargs
): 
 549         val 
= gridc
.wxGridCellAttr_HasTextColour(self
, *_args
, **_kwargs
) 
 551     def HasBackgroundColour(self
, *_args
, **_kwargs
): 
 552         val 
= gridc
.wxGridCellAttr_HasBackgroundColour(self
, *_args
, **_kwargs
) 
 554     def HasFont(self
, *_args
, **_kwargs
): 
 555         val 
= gridc
.wxGridCellAttr_HasFont(self
, *_args
, **_kwargs
) 
 557     def HasAlignment(self
, *_args
, **_kwargs
): 
 558         val 
= gridc
.wxGridCellAttr_HasAlignment(self
, *_args
, **_kwargs
) 
 560     def HasRenderer(self
, *_args
, **_kwargs
): 
 561         val 
= gridc
.wxGridCellAttr_HasRenderer(self
, *_args
, **_kwargs
) 
 563     def HasEditor(self
, *_args
, **_kwargs
): 
 564         val 
= gridc
.wxGridCellAttr_HasEditor(self
, *_args
, **_kwargs
) 
 566     def HasReadWriteMode(self
, *_args
, **_kwargs
): 
 567         val 
= gridc
.wxGridCellAttr_HasReadWriteMode(self
, *_args
, **_kwargs
) 
 569     def HasOverflowMode(self
, *_args
, **_kwargs
): 
 570         val 
= gridc
.wxGridCellAttr_HasOverflowMode(self
, *_args
, **_kwargs
) 
 572     def GetTextColour(self
, *_args
, **_kwargs
): 
 573         val 
= gridc
.wxGridCellAttr_GetTextColour(self
, *_args
, **_kwargs
) 
 574         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 576     def GetBackgroundColour(self
, *_args
, **_kwargs
): 
 577         val 
= gridc
.wxGridCellAttr_GetBackgroundColour(self
, *_args
, **_kwargs
) 
 578         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 580     def GetFont(self
, *_args
, **_kwargs
): 
 581         val 
= gridc
.wxGridCellAttr_GetFont(self
, *_args
, **_kwargs
) 
 582         if val
: val 
= wxFontPtr(val
) ; val
.thisown 
= 1 
 584     def GetAlignment(self
, *_args
, **_kwargs
): 
 585         val 
= gridc
.wxGridCellAttr_GetAlignment(self
, *_args
, **_kwargs
) 
 587     def GetSize(self
, *_args
, **_kwargs
): 
 588         val 
= gridc
.wxGridCellAttr_GetSize(self
, *_args
, **_kwargs
) 
 590     def GetOverflow(self
, *_args
, **_kwargs
): 
 591         val 
= gridc
.wxGridCellAttr_GetOverflow(self
, *_args
, **_kwargs
) 
 593     def GetRenderer(self
, *_args
, **_kwargs
): 
 594         val 
= gridc
.wxGridCellAttr_GetRenderer(self
, *_args
, **_kwargs
) 
 596     def GetEditor(self
, *_args
, **_kwargs
): 
 597         val 
= gridc
.wxGridCellAttr_GetEditor(self
, *_args
, **_kwargs
) 
 599     def IsReadOnly(self
, *_args
, **_kwargs
): 
 600         val 
= gridc
.wxGridCellAttr_IsReadOnly(self
, *_args
, **_kwargs
) 
 602     def SetDefAttr(self
, *_args
, **_kwargs
): 
 603         val 
= gridc
.wxGridCellAttr_SetDefAttr(self
, *_args
, **_kwargs
) 
 606         return "<%s.%s instance; proxy of C++ wxGridCellAttr instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 607 class wxGridCellAttr(wxGridCellAttrPtr
): 
 608     def __init__(self
,*_args
,**_kwargs
): 
 609         self
.this 
= gridc
.new_wxGridCellAttr(*_args
,**_kwargs
) 
 611         self
._setOORInfo
(self
) 
 616 class wxGridCellAttrProviderPtr 
: 
 617     def __init__(self
,this
): 
 620     def _setOORInfo(self
, *_args
, **_kwargs
): 
 621         val 
= gridc
.wxGridCellAttrProvider__setOORInfo(self
, *_args
, **_kwargs
) 
 623     def GetAttr(self
, *_args
, **_kwargs
): 
 624         val 
= gridc
.wxGridCellAttrProvider_GetAttr(self
, *_args
, **_kwargs
) 
 626     def SetAttr(self
, *_args
, **_kwargs
): 
 627         val 
= gridc
.wxGridCellAttrProvider_SetAttr(self
, *_args
, **_kwargs
) 
 629     def SetRowAttr(self
, *_args
, **_kwargs
): 
 630         val 
= gridc
.wxGridCellAttrProvider_SetRowAttr(self
, *_args
, **_kwargs
) 
 632     def SetColAttr(self
, *_args
, **_kwargs
): 
 633         val 
= gridc
.wxGridCellAttrProvider_SetColAttr(self
, *_args
, **_kwargs
) 
 635     def UpdateAttrRows(self
, *_args
, **_kwargs
): 
 636         val 
= gridc
.wxGridCellAttrProvider_UpdateAttrRows(self
, *_args
, **_kwargs
) 
 638     def UpdateAttrCols(self
, *_args
, **_kwargs
): 
 639         val 
= gridc
.wxGridCellAttrProvider_UpdateAttrCols(self
, *_args
, **_kwargs
) 
 642         return "<%s.%s instance; proxy of C++ wxGridCellAttrProvider instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 643 class wxGridCellAttrProvider(wxGridCellAttrProviderPtr
): 
 644     def __init__(self
,*_args
,**_kwargs
): 
 645         self
.this 
= gridc
.new_wxGridCellAttrProvider(*_args
,**_kwargs
) 
 647         self
._setOORInfo
(self
) 
 652 class wxPyGridCellAttrProviderPtr(wxGridCellAttrProviderPtr
): 
 653     def __init__(self
,this
): 
 656     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 657         val 
= gridc
.wxPyGridCellAttrProvider__setCallbackInfo(self
, *_args
, **_kwargs
) 
 659     def base_GetAttr(self
, *_args
, **_kwargs
): 
 660         val 
= gridc
.wxPyGridCellAttrProvider_base_GetAttr(self
, *_args
, **_kwargs
) 
 662     def base_SetAttr(self
, *_args
, **_kwargs
): 
 663         val 
= gridc
.wxPyGridCellAttrProvider_base_SetAttr(self
, *_args
, **_kwargs
) 
 665     def base_SetRowAttr(self
, *_args
, **_kwargs
): 
 666         val 
= gridc
.wxPyGridCellAttrProvider_base_SetRowAttr(self
, *_args
, **_kwargs
) 
 668     def base_SetColAttr(self
, *_args
, **_kwargs
): 
 669         val 
= gridc
.wxPyGridCellAttrProvider_base_SetColAttr(self
, *_args
, **_kwargs
) 
 672         return "<%s.%s instance; proxy of C++ wxPyGridCellAttrProvider instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 673 class wxPyGridCellAttrProvider(wxPyGridCellAttrProviderPtr
): 
 674     def __init__(self
,*_args
,**_kwargs
): 
 675         self
.this 
= gridc
.new_wxPyGridCellAttrProvider(*_args
,**_kwargs
) 
 677         self
._setCallbackInfo
(self
, wxPyGridCellAttrProvider
) 
 682 class wxGridTableBasePtr(wxObjectPtr
): 
 683     def __init__(self
,this
): 
 686     def _setOORInfo(self
, *_args
, **_kwargs
): 
 687         val 
= gridc
.wxGridTableBase__setOORInfo(self
, *_args
, **_kwargs
) 
 689     def SetAttrProvider(self
, *_args
, **_kwargs
): 
 690         val 
= gridc
.wxGridTableBase_SetAttrProvider(self
, *_args
, **_kwargs
) 
 692     def GetAttrProvider(self
, *_args
, **_kwargs
): 
 693         val 
= gridc
.wxGridTableBase_GetAttrProvider(self
, *_args
, **_kwargs
) 
 695     def SetView(self
, *_args
, **_kwargs
): 
 696         val 
= gridc
.wxGridTableBase_SetView(self
, *_args
, **_kwargs
) 
 698     def GetView(self
, *_args
, **_kwargs
): 
 699         val 
= gridc
.wxGridTableBase_GetView(self
, *_args
, **_kwargs
) 
 701     def GetNumberRows(self
, *_args
, **_kwargs
): 
 702         val 
= gridc
.wxGridTableBase_GetNumberRows(self
, *_args
, **_kwargs
) 
 704     def GetNumberCols(self
, *_args
, **_kwargs
): 
 705         val 
= gridc
.wxGridTableBase_GetNumberCols(self
, *_args
, **_kwargs
) 
 707     def IsEmptyCell(self
, *_args
, **_kwargs
): 
 708         val 
= gridc
.wxGridTableBase_IsEmptyCell(self
, *_args
, **_kwargs
) 
 710     def GetValue(self
, *_args
, **_kwargs
): 
 711         val 
= gridc
.wxGridTableBase_GetValue(self
, *_args
, **_kwargs
) 
 713     def SetValue(self
, *_args
, **_kwargs
): 
 714         val 
= gridc
.wxGridTableBase_SetValue(self
, *_args
, **_kwargs
) 
 716     def GetTypeName(self
, *_args
, **_kwargs
): 
 717         val 
= gridc
.wxGridTableBase_GetTypeName(self
, *_args
, **_kwargs
) 
 719     def CanGetValueAs(self
, *_args
, **_kwargs
): 
 720         val 
= gridc
.wxGridTableBase_CanGetValueAs(self
, *_args
, **_kwargs
) 
 722     def CanSetValueAs(self
, *_args
, **_kwargs
): 
 723         val 
= gridc
.wxGridTableBase_CanSetValueAs(self
, *_args
, **_kwargs
) 
 725     def GetValueAsLong(self
, *_args
, **_kwargs
): 
 726         val 
= gridc
.wxGridTableBase_GetValueAsLong(self
, *_args
, **_kwargs
) 
 728     def GetValueAsDouble(self
, *_args
, **_kwargs
): 
 729         val 
= gridc
.wxGridTableBase_GetValueAsDouble(self
, *_args
, **_kwargs
) 
 731     def GetValueAsBool(self
, *_args
, **_kwargs
): 
 732         val 
= gridc
.wxGridTableBase_GetValueAsBool(self
, *_args
, **_kwargs
) 
 734     def SetValueAsLong(self
, *_args
, **_kwargs
): 
 735         val 
= gridc
.wxGridTableBase_SetValueAsLong(self
, *_args
, **_kwargs
) 
 737     def SetValueAsDouble(self
, *_args
, **_kwargs
): 
 738         val 
= gridc
.wxGridTableBase_SetValueAsDouble(self
, *_args
, **_kwargs
) 
 740     def SetValueAsBool(self
, *_args
, **_kwargs
): 
 741         val 
= gridc
.wxGridTableBase_SetValueAsBool(self
, *_args
, **_kwargs
) 
 743     def Clear(self
, *_args
, **_kwargs
): 
 744         val 
= gridc
.wxGridTableBase_Clear(self
, *_args
, **_kwargs
) 
 746     def InsertRows(self
, *_args
, **_kwargs
): 
 747         val 
= gridc
.wxGridTableBase_InsertRows(self
, *_args
, **_kwargs
) 
 749     def AppendRows(self
, *_args
, **_kwargs
): 
 750         val 
= gridc
.wxGridTableBase_AppendRows(self
, *_args
, **_kwargs
) 
 752     def DeleteRows(self
, *_args
, **_kwargs
): 
 753         val 
= gridc
.wxGridTableBase_DeleteRows(self
, *_args
, **_kwargs
) 
 755     def InsertCols(self
, *_args
, **_kwargs
): 
 756         val 
= gridc
.wxGridTableBase_InsertCols(self
, *_args
, **_kwargs
) 
 758     def AppendCols(self
, *_args
, **_kwargs
): 
 759         val 
= gridc
.wxGridTableBase_AppendCols(self
, *_args
, **_kwargs
) 
 761     def DeleteCols(self
, *_args
, **_kwargs
): 
 762         val 
= gridc
.wxGridTableBase_DeleteCols(self
, *_args
, **_kwargs
) 
 764     def GetRowLabelValue(self
, *_args
, **_kwargs
): 
 765         val 
= gridc
.wxGridTableBase_GetRowLabelValue(self
, *_args
, **_kwargs
) 
 767     def GetColLabelValue(self
, *_args
, **_kwargs
): 
 768         val 
= gridc
.wxGridTableBase_GetColLabelValue(self
, *_args
, **_kwargs
) 
 770     def SetRowLabelValue(self
, *_args
, **_kwargs
): 
 771         val 
= gridc
.wxGridTableBase_SetRowLabelValue(self
, *_args
, **_kwargs
) 
 773     def SetColLabelValue(self
, *_args
, **_kwargs
): 
 774         val 
= gridc
.wxGridTableBase_SetColLabelValue(self
, *_args
, **_kwargs
) 
 776     def CanHaveAttributes(self
, *_args
, **_kwargs
): 
 777         val 
= gridc
.wxGridTableBase_CanHaveAttributes(self
, *_args
, **_kwargs
) 
 779     def GetAttr(self
, *_args
, **_kwargs
): 
 780         val 
= gridc
.wxGridTableBase_GetAttr(self
, *_args
, **_kwargs
) 
 782     def SetAttr(self
, *_args
, **_kwargs
): 
 783         val 
= gridc
.wxGridTableBase_SetAttr(self
, *_args
, **_kwargs
) 
 785     def SetRowAttr(self
, *_args
, **_kwargs
): 
 786         val 
= gridc
.wxGridTableBase_SetRowAttr(self
, *_args
, **_kwargs
) 
 788     def SetColAttr(self
, *_args
, **_kwargs
): 
 789         val 
= gridc
.wxGridTableBase_SetColAttr(self
, *_args
, **_kwargs
) 
 792         return "<%s.%s instance; proxy of C++ wxGridTableBase instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 793 class wxGridTableBase(wxGridTableBasePtr
): 
 794     def __init__(self
,this
): 
 800 class wxPyGridTableBasePtr(wxGridTableBasePtr
): 
 801     def __init__(self
,this
): 
 804     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 805         val 
= gridc
.wxPyGridTableBase__setCallbackInfo(self
, *_args
, **_kwargs
) 
 807     def Destroy(self
, *_args
, **_kwargs
): 
 808         val 
= gridc
.wxPyGridTableBase_Destroy(self
, *_args
, **_kwargs
) 
 810     def base_GetTypeName(self
, *_args
, **_kwargs
): 
 811         val 
= gridc
.wxPyGridTableBase_base_GetTypeName(self
, *_args
, **_kwargs
) 
 813     def base_CanGetValueAs(self
, *_args
, **_kwargs
): 
 814         val 
= gridc
.wxPyGridTableBase_base_CanGetValueAs(self
, *_args
, **_kwargs
) 
 816     def base_CanSetValueAs(self
, *_args
, **_kwargs
): 
 817         val 
= gridc
.wxPyGridTableBase_base_CanSetValueAs(self
, *_args
, **_kwargs
) 
 819     def base_Clear(self
, *_args
, **_kwargs
): 
 820         val 
= gridc
.wxPyGridTableBase_base_Clear(self
, *_args
, **_kwargs
) 
 822     def base_InsertRows(self
, *_args
, **_kwargs
): 
 823         val 
= gridc
.wxPyGridTableBase_base_InsertRows(self
, *_args
, **_kwargs
) 
 825     def base_AppendRows(self
, *_args
, **_kwargs
): 
 826         val 
= gridc
.wxPyGridTableBase_base_AppendRows(self
, *_args
, **_kwargs
) 
 828     def base_DeleteRows(self
, *_args
, **_kwargs
): 
 829         val 
= gridc
.wxPyGridTableBase_base_DeleteRows(self
, *_args
, **_kwargs
) 
 831     def base_InsertCols(self
, *_args
, **_kwargs
): 
 832         val 
= gridc
.wxPyGridTableBase_base_InsertCols(self
, *_args
, **_kwargs
) 
 834     def base_AppendCols(self
, *_args
, **_kwargs
): 
 835         val 
= gridc
.wxPyGridTableBase_base_AppendCols(self
, *_args
, **_kwargs
) 
 837     def base_DeleteCols(self
, *_args
, **_kwargs
): 
 838         val 
= gridc
.wxPyGridTableBase_base_DeleteCols(self
, *_args
, **_kwargs
) 
 840     def base_GetRowLabelValue(self
, *_args
, **_kwargs
): 
 841         val 
= gridc
.wxPyGridTableBase_base_GetRowLabelValue(self
, *_args
, **_kwargs
) 
 843     def base_GetColLabelValue(self
, *_args
, **_kwargs
): 
 844         val 
= gridc
.wxPyGridTableBase_base_GetColLabelValue(self
, *_args
, **_kwargs
) 
 846     def base_SetRowLabelValue(self
, *_args
, **_kwargs
): 
 847         val 
= gridc
.wxPyGridTableBase_base_SetRowLabelValue(self
, *_args
, **_kwargs
) 
 849     def base_SetColLabelValue(self
, *_args
, **_kwargs
): 
 850         val 
= gridc
.wxPyGridTableBase_base_SetColLabelValue(self
, *_args
, **_kwargs
) 
 852     def base_CanHaveAttributes(self
, *_args
, **_kwargs
): 
 853         val 
= gridc
.wxPyGridTableBase_base_CanHaveAttributes(self
, *_args
, **_kwargs
) 
 855     def base_GetAttr(self
, *_args
, **_kwargs
): 
 856         val 
= gridc
.wxPyGridTableBase_base_GetAttr(self
, *_args
, **_kwargs
) 
 858     def base_SetAttr(self
, *_args
, **_kwargs
): 
 859         val 
= gridc
.wxPyGridTableBase_base_SetAttr(self
, *_args
, **_kwargs
) 
 861     def base_SetRowAttr(self
, *_args
, **_kwargs
): 
 862         val 
= gridc
.wxPyGridTableBase_base_SetRowAttr(self
, *_args
, **_kwargs
) 
 864     def base_SetColAttr(self
, *_args
, **_kwargs
): 
 865         val 
= gridc
.wxPyGridTableBase_base_SetColAttr(self
, *_args
, **_kwargs
) 
 868         return "<%s.%s instance; proxy of C++ wxPyGridTableBase instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 869 class wxPyGridTableBase(wxPyGridTableBasePtr
): 
 870     def __init__(self
,*_args
,**_kwargs
): 
 871         self
.this 
= gridc
.new_wxPyGridTableBase(*_args
,**_kwargs
) 
 873         self
._setCallbackInfo
(self
, wxPyGridTableBase
) 
 874         self
._setOORInfo
(self
) 
 879 class wxGridStringTablePtr(wxGridTableBasePtr
): 
 880     def __init__(self
,this
): 
 884         return "<%s.%s instance; proxy of C++ wxGridStringTable instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 885 class wxGridStringTable(wxGridStringTablePtr
): 
 886     def __init__(self
,*_args
,**_kwargs
): 
 887         self
.this 
= gridc
.new_wxGridStringTable(*_args
,**_kwargs
) 
 889         self
._setOORInfo
(self
) 
 894 class wxGridTableMessagePtr 
: 
 895     def __init__(self
,this
): 
 898     def __del__(self
, delfunc
=gridc
.delete_wxGridTableMessage
): 
 899         if self
.thisown 
== 1: 
 904     def SetTableObject(self
, *_args
, **_kwargs
): 
 905         val 
= gridc
.wxGridTableMessage_SetTableObject(self
, *_args
, **_kwargs
) 
 907     def GetTableObject(self
, *_args
, **_kwargs
): 
 908         val 
= gridc
.wxGridTableMessage_GetTableObject(self
, *_args
, **_kwargs
) 
 910     def SetId(self
, *_args
, **_kwargs
): 
 911         val 
= gridc
.wxGridTableMessage_SetId(self
, *_args
, **_kwargs
) 
 913     def GetId(self
, *_args
, **_kwargs
): 
 914         val 
= gridc
.wxGridTableMessage_GetId(self
, *_args
, **_kwargs
) 
 916     def SetCommandInt(self
, *_args
, **_kwargs
): 
 917         val 
= gridc
.wxGridTableMessage_SetCommandInt(self
, *_args
, **_kwargs
) 
 919     def GetCommandInt(self
, *_args
, **_kwargs
): 
 920         val 
= gridc
.wxGridTableMessage_GetCommandInt(self
, *_args
, **_kwargs
) 
 922     def SetCommandInt2(self
, *_args
, **_kwargs
): 
 923         val 
= gridc
.wxGridTableMessage_SetCommandInt2(self
, *_args
, **_kwargs
) 
 925     def GetCommandInt2(self
, *_args
, **_kwargs
): 
 926         val 
= gridc
.wxGridTableMessage_GetCommandInt2(self
, *_args
, **_kwargs
) 
 929         return "<%s.%s instance; proxy of C++ wxGridTableMessage instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 930 class wxGridTableMessage(wxGridTableMessagePtr
): 
 931     def __init__(self
,*_args
,**_kwargs
): 
 932         self
.this 
= gridc
.new_wxGridTableMessage(*_args
,**_kwargs
) 
 938 class wxGridCellCoordsPtr 
: 
 939     def __init__(self
,this
): 
 942     def __del__(self
, delfunc
=gridc
.delete_wxGridCellCoords
): 
 943         if self
.thisown 
== 1: 
 948     def GetRow(self
, *_args
, **_kwargs
): 
 949         val 
= gridc
.wxGridCellCoords_GetRow(self
, *_args
, **_kwargs
) 
 951     def SetRow(self
, *_args
, **_kwargs
): 
 952         val 
= gridc
.wxGridCellCoords_SetRow(self
, *_args
, **_kwargs
) 
 954     def GetCol(self
, *_args
, **_kwargs
): 
 955         val 
= gridc
.wxGridCellCoords_GetCol(self
, *_args
, **_kwargs
) 
 957     def SetCol(self
, *_args
, **_kwargs
): 
 958         val 
= gridc
.wxGridCellCoords_SetCol(self
, *_args
, **_kwargs
) 
 960     def Set(self
, *_args
, **_kwargs
): 
 961         val 
= gridc
.wxGridCellCoords_Set(self
, *_args
, **_kwargs
) 
 963     def asTuple(self
, *_args
, **_kwargs
): 
 964         val 
= gridc
.wxGridCellCoords_asTuple(self
, *_args
, **_kwargs
) 
 966     def __cmp__(self
, *_args
, **_kwargs
): 
 967         val 
= gridc
.wxGridCellCoords___cmp__(self
, *_args
, **_kwargs
) 
 970         return "<%s.%s instance; proxy of C++ wxGridCellCoords instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
 972     def __str__(self
):                   return str(self
.asTuple()) 
 973     def __repr__(self
):                  return 'wxGridCellCoords'+str(self
.asTuple()) 
 974     def __len__(self
):                   return len(self
.asTuple()) 
 975     def __getitem__(self
, index
):        return self
.asTuple()[index
] 
 976     def __setitem__(self
, index
, val
): 
 977         if index 
== 0: self
.SetRow(val
) 
 978         elif index 
== 1: self
.SetCol(val
) 
 979         else: raise IndexError 
 981 class wxGridCellCoords(wxGridCellCoordsPtr
): 
 982     def __init__(self
,*_args
,**_kwargs
): 
 983         self
.this 
= gridc
.new_wxGridCellCoords(*_args
,**_kwargs
) 
 989 class wxGridPtr(wxScrolledWindowPtr
): 
 990     wxGridSelectCells 
= gridc
.wxGrid_wxGridSelectCells
 
 991     wxGridSelectRows 
= gridc
.wxGrid_wxGridSelectRows
 
 992     wxGridSelectColumns 
= gridc
.wxGrid_wxGridSelectColumns
 
 993     def __init__(self
,this
): 
 996     def CreateGrid(self
, *_args
, **_kwargs
): 
 997         val 
= gridc
.wxGrid_CreateGrid(self
, *_args
, **_kwargs
) 
 999     def SetSelectionMode(self
, *_args
, **_kwargs
): 
1000         val 
= gridc
.wxGrid_SetSelectionMode(self
, *_args
, **_kwargs
) 
1002     def GetSelectionMode(self
, *_args
, **_kwargs
): 
1003         val 
= gridc
.wxGrid_GetSelectionMode(self
, *_args
, **_kwargs
) 
1005     def GetNumberRows(self
, *_args
, **_kwargs
): 
1006         val 
= gridc
.wxGrid_GetNumberRows(self
, *_args
, **_kwargs
) 
1008     def GetNumberCols(self
, *_args
, **_kwargs
): 
1009         val 
= gridc
.wxGrid_GetNumberCols(self
, *_args
, **_kwargs
) 
1011     def ProcessTableMessage(self
, *_args
, **_kwargs
): 
1012         val 
= gridc
.wxGrid_ProcessTableMessage(self
, *_args
, **_kwargs
) 
1014     def GetTable(self
, *_args
, **_kwargs
): 
1015         val 
= gridc
.wxGrid_GetTable(self
, *_args
, **_kwargs
) 
1017     def SetTable(self
, *_args
, **_kwargs
): 
1018         val 
= gridc
.wxGrid_SetTable(self
, *_args
, **_kwargs
) 
1020     def ClearGrid(self
, *_args
, **_kwargs
): 
1021         val 
= gridc
.wxGrid_ClearGrid(self
, *_args
, **_kwargs
) 
1023     def InsertRows(self
, *_args
, **_kwargs
): 
1024         val 
= gridc
.wxGrid_InsertRows(self
, *_args
, **_kwargs
) 
1026     def AppendRows(self
, *_args
, **_kwargs
): 
1027         val 
= gridc
.wxGrid_AppendRows(self
, *_args
, **_kwargs
) 
1029     def DeleteRows(self
, *_args
, **_kwargs
): 
1030         val 
= gridc
.wxGrid_DeleteRows(self
, *_args
, **_kwargs
) 
1032     def InsertCols(self
, *_args
, **_kwargs
): 
1033         val 
= gridc
.wxGrid_InsertCols(self
, *_args
, **_kwargs
) 
1035     def AppendCols(self
, *_args
, **_kwargs
): 
1036         val 
= gridc
.wxGrid_AppendCols(self
, *_args
, **_kwargs
) 
1038     def DeleteCols(self
, *_args
, **_kwargs
): 
1039         val 
= gridc
.wxGrid_DeleteCols(self
, *_args
, **_kwargs
) 
1041     def DrawCellHighlight(self
, *_args
, **_kwargs
): 
1042         val 
= gridc
.wxGrid_DrawCellHighlight(self
, *_args
, **_kwargs
) 
1044     def DrawTextRectangle(self
, *_args
, **_kwargs
): 
1045         val 
= gridc
.wxGrid_DrawTextRectangle(self
, *_args
, **_kwargs
) 
1047     def GetTextBoxSize(self
, *_args
, **_kwargs
): 
1048         val 
= gridc
.wxGrid_GetTextBoxSize(self
, *_args
, **_kwargs
) 
1050     def BeginBatch(self
, *_args
, **_kwargs
): 
1051         val 
= gridc
.wxGrid_BeginBatch(self
, *_args
, **_kwargs
) 
1053     def EndBatch(self
, *_args
, **_kwargs
): 
1054         val 
= gridc
.wxGrid_EndBatch(self
, *_args
, **_kwargs
) 
1056     def GetBatchCount(self
, *_args
, **_kwargs
): 
1057         val 
= gridc
.wxGrid_GetBatchCount(self
, *_args
, **_kwargs
) 
1059     def ForceRefresh(self
, *_args
, **_kwargs
): 
1060         val 
= gridc
.wxGrid_ForceRefresh(self
, *_args
, **_kwargs
) 
1062     def Refresh(self
, *_args
, **_kwargs
): 
1063         val 
= gridc
.wxGrid_Refresh(self
, *_args
, **_kwargs
) 
1065     def IsEditable(self
, *_args
, **_kwargs
): 
1066         val 
= gridc
.wxGrid_IsEditable(self
, *_args
, **_kwargs
) 
1068     def EnableEditing(self
, *_args
, **_kwargs
): 
1069         val 
= gridc
.wxGrid_EnableEditing(self
, *_args
, **_kwargs
) 
1071     def EnableCellEditControl(self
, *_args
, **_kwargs
): 
1072         val 
= gridc
.wxGrid_EnableCellEditControl(self
, *_args
, **_kwargs
) 
1074     def DisableCellEditControl(self
, *_args
, **_kwargs
): 
1075         val 
= gridc
.wxGrid_DisableCellEditControl(self
, *_args
, **_kwargs
) 
1077     def CanEnableCellControl(self
, *_args
, **_kwargs
): 
1078         val 
= gridc
.wxGrid_CanEnableCellControl(self
, *_args
, **_kwargs
) 
1080     def IsCellEditControlEnabled(self
, *_args
, **_kwargs
): 
1081         val 
= gridc
.wxGrid_IsCellEditControlEnabled(self
, *_args
, **_kwargs
) 
1083     def IsCellEditControlShown(self
, *_args
, **_kwargs
): 
1084         val 
= gridc
.wxGrid_IsCellEditControlShown(self
, *_args
, **_kwargs
) 
1086     def IsCurrentCellReadOnly(self
, *_args
, **_kwargs
): 
1087         val 
= gridc
.wxGrid_IsCurrentCellReadOnly(self
, *_args
, **_kwargs
) 
1089     def ShowCellEditControl(self
, *_args
, **_kwargs
): 
1090         val 
= gridc
.wxGrid_ShowCellEditControl(self
, *_args
, **_kwargs
) 
1092     def HideCellEditControl(self
, *_args
, **_kwargs
): 
1093         val 
= gridc
.wxGrid_HideCellEditControl(self
, *_args
, **_kwargs
) 
1095     def SaveEditControlValue(self
, *_args
, **_kwargs
): 
1096         val 
= gridc
.wxGrid_SaveEditControlValue(self
, *_args
, **_kwargs
) 
1098     def XYToCell(self
, *_args
, **_kwargs
): 
1099         val 
= gridc
.wxGrid_XYToCell(self
, *_args
, **_kwargs
) 
1100         if val
: val 
= wxGridCellCoordsPtr(val
) ; val
.thisown 
= 1 
1102     def YToRow(self
, *_args
, **_kwargs
): 
1103         val 
= gridc
.wxGrid_YToRow(self
, *_args
, **_kwargs
) 
1105     def XToCol(self
, *_args
, **_kwargs
): 
1106         val 
= gridc
.wxGrid_XToCol(self
, *_args
, **_kwargs
) 
1108     def YToEdgeOfRow(self
, *_args
, **_kwargs
): 
1109         val 
= gridc
.wxGrid_YToEdgeOfRow(self
, *_args
, **_kwargs
) 
1111     def XToEdgeOfCol(self
, *_args
, **_kwargs
): 
1112         val 
= gridc
.wxGrid_XToEdgeOfCol(self
, *_args
, **_kwargs
) 
1114     def CellToRect(self
, *_args
, **_kwargs
): 
1115         val 
= gridc
.wxGrid_CellToRect(self
, *_args
, **_kwargs
) 
1116         if val
: val 
= wxRectPtr(val
) ; val
.thisown 
= 1 
1118     def GetGridCursorRow(self
, *_args
, **_kwargs
): 
1119         val 
= gridc
.wxGrid_GetGridCursorRow(self
, *_args
, **_kwargs
) 
1121     def GetGridCursorCol(self
, *_args
, **_kwargs
): 
1122         val 
= gridc
.wxGrid_GetGridCursorCol(self
, *_args
, **_kwargs
) 
1124     def IsVisible(self
, *_args
, **_kwargs
): 
1125         val 
= gridc
.wxGrid_IsVisible(self
, *_args
, **_kwargs
) 
1127     def MakeCellVisible(self
, *_args
, **_kwargs
): 
1128         val 
= gridc
.wxGrid_MakeCellVisible(self
, *_args
, **_kwargs
) 
1130     def SetGridCursor(self
, *_args
, **_kwargs
): 
1131         val 
= gridc
.wxGrid_SetGridCursor(self
, *_args
, **_kwargs
) 
1133     def MoveCursorUp(self
, *_args
, **_kwargs
): 
1134         val 
= gridc
.wxGrid_MoveCursorUp(self
, *_args
, **_kwargs
) 
1136     def MoveCursorDown(self
, *_args
, **_kwargs
): 
1137         val 
= gridc
.wxGrid_MoveCursorDown(self
, *_args
, **_kwargs
) 
1139     def MoveCursorLeft(self
, *_args
, **_kwargs
): 
1140         val 
= gridc
.wxGrid_MoveCursorLeft(self
, *_args
, **_kwargs
) 
1142     def MoveCursorRight(self
, *_args
, **_kwargs
): 
1143         val 
= gridc
.wxGrid_MoveCursorRight(self
, *_args
, **_kwargs
) 
1145     def MovePageDown(self
, *_args
, **_kwargs
): 
1146         val 
= gridc
.wxGrid_MovePageDown(self
, *_args
, **_kwargs
) 
1148     def MovePageUp(self
, *_args
, **_kwargs
): 
1149         val 
= gridc
.wxGrid_MovePageUp(self
, *_args
, **_kwargs
) 
1151     def MoveCursorUpBlock(self
, *_args
, **_kwargs
): 
1152         val 
= gridc
.wxGrid_MoveCursorUpBlock(self
, *_args
, **_kwargs
) 
1154     def MoveCursorDownBlock(self
, *_args
, **_kwargs
): 
1155         val 
= gridc
.wxGrid_MoveCursorDownBlock(self
, *_args
, **_kwargs
) 
1157     def MoveCursorLeftBlock(self
, *_args
, **_kwargs
): 
1158         val 
= gridc
.wxGrid_MoveCursorLeftBlock(self
, *_args
, **_kwargs
) 
1160     def MoveCursorRightBlock(self
, *_args
, **_kwargs
): 
1161         val 
= gridc
.wxGrid_MoveCursorRightBlock(self
, *_args
, **_kwargs
) 
1163     def GetDefaultRowLabelSize(self
, *_args
, **_kwargs
): 
1164         val 
= gridc
.wxGrid_GetDefaultRowLabelSize(self
, *_args
, **_kwargs
) 
1166     def GetRowLabelSize(self
, *_args
, **_kwargs
): 
1167         val 
= gridc
.wxGrid_GetRowLabelSize(self
, *_args
, **_kwargs
) 
1169     def GetDefaultColLabelSize(self
, *_args
, **_kwargs
): 
1170         val 
= gridc
.wxGrid_GetDefaultColLabelSize(self
, *_args
, **_kwargs
) 
1172     def GetColLabelSize(self
, *_args
, **_kwargs
): 
1173         val 
= gridc
.wxGrid_GetColLabelSize(self
, *_args
, **_kwargs
) 
1175     def GetLabelBackgroundColour(self
, *_args
, **_kwargs
): 
1176         val 
= gridc
.wxGrid_GetLabelBackgroundColour(self
, *_args
, **_kwargs
) 
1177         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1179     def GetLabelTextColour(self
, *_args
, **_kwargs
): 
1180         val 
= gridc
.wxGrid_GetLabelTextColour(self
, *_args
, **_kwargs
) 
1181         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1183     def GetLabelFont(self
, *_args
, **_kwargs
): 
1184         val 
= gridc
.wxGrid_GetLabelFont(self
, *_args
, **_kwargs
) 
1185         if val
: val 
= wxFontPtr(val
) ; val
.thisown 
= 1 
1187     def GetRowLabelAlignment(self
, *_args
, **_kwargs
): 
1188         val 
= gridc
.wxGrid_GetRowLabelAlignment(self
, *_args
, **_kwargs
) 
1190     def GetColLabelAlignment(self
, *_args
, **_kwargs
): 
1191         val 
= gridc
.wxGrid_GetColLabelAlignment(self
, *_args
, **_kwargs
) 
1193     def GetColLabelTextOrientation(self
, *_args
, **_kwargs
): 
1194         val 
= gridc
.wxGrid_GetColLabelTextOrientation(self
, *_args
, **_kwargs
) 
1196     def GetRowLabelValue(self
, *_args
, **_kwargs
): 
1197         val 
= gridc
.wxGrid_GetRowLabelValue(self
, *_args
, **_kwargs
) 
1199     def GetColLabelValue(self
, *_args
, **_kwargs
): 
1200         val 
= gridc
.wxGrid_GetColLabelValue(self
, *_args
, **_kwargs
) 
1202     def GetGridLineColour(self
, *_args
, **_kwargs
): 
1203         val 
= gridc
.wxGrid_GetGridLineColour(self
, *_args
, **_kwargs
) 
1204         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1206     def GetCellHighlightColour(self
, *_args
, **_kwargs
): 
1207         val 
= gridc
.wxGrid_GetCellHighlightColour(self
, *_args
, **_kwargs
) 
1208         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1210     def GetCellHighlightPenWidth(self
, *_args
, **_kwargs
): 
1211         val 
= gridc
.wxGrid_GetCellHighlightPenWidth(self
, *_args
, **_kwargs
) 
1213     def GetCellHighlightROPenWidth(self
, *_args
, **_kwargs
): 
1214         val 
= gridc
.wxGrid_GetCellHighlightROPenWidth(self
, *_args
, **_kwargs
) 
1216     def SetRowLabelSize(self
, *_args
, **_kwargs
): 
1217         val 
= gridc
.wxGrid_SetRowLabelSize(self
, *_args
, **_kwargs
) 
1219     def SetColLabelSize(self
, *_args
, **_kwargs
): 
1220         val 
= gridc
.wxGrid_SetColLabelSize(self
, *_args
, **_kwargs
) 
1222     def SetLabelBackgroundColour(self
, *_args
, **_kwargs
): 
1223         val 
= gridc
.wxGrid_SetLabelBackgroundColour(self
, *_args
, **_kwargs
) 
1225     def SetLabelTextColour(self
, *_args
, **_kwargs
): 
1226         val 
= gridc
.wxGrid_SetLabelTextColour(self
, *_args
, **_kwargs
) 
1228     def SetLabelFont(self
, *_args
, **_kwargs
): 
1229         val 
= gridc
.wxGrid_SetLabelFont(self
, *_args
, **_kwargs
) 
1231     def SetRowLabelAlignment(self
, *_args
, **_kwargs
): 
1232         val 
= gridc
.wxGrid_SetRowLabelAlignment(self
, *_args
, **_kwargs
) 
1234     def SetColLabelAlignment(self
, *_args
, **_kwargs
): 
1235         val 
= gridc
.wxGrid_SetColLabelAlignment(self
, *_args
, **_kwargs
) 
1237     def SetColLabelTextOrientation(self
, *_args
, **_kwargs
): 
1238         val 
= gridc
.wxGrid_SetColLabelTextOrientation(self
, *_args
, **_kwargs
) 
1240     def SetRowLabelValue(self
, *_args
, **_kwargs
): 
1241         val 
= gridc
.wxGrid_SetRowLabelValue(self
, *_args
, **_kwargs
) 
1243     def SetColLabelValue(self
, *_args
, **_kwargs
): 
1244         val 
= gridc
.wxGrid_SetColLabelValue(self
, *_args
, **_kwargs
) 
1246     def SetGridLineColour(self
, *_args
, **_kwargs
): 
1247         val 
= gridc
.wxGrid_SetGridLineColour(self
, *_args
, **_kwargs
) 
1249     def SetCellHighlightColour(self
, *_args
, **_kwargs
): 
1250         val 
= gridc
.wxGrid_SetCellHighlightColour(self
, *_args
, **_kwargs
) 
1252     def SetCellHighlightPenWidth(self
, *_args
, **_kwargs
): 
1253         val 
= gridc
.wxGrid_SetCellHighlightPenWidth(self
, *_args
, **_kwargs
) 
1255     def SetCellHighlightROPenWidth(self
, *_args
, **_kwargs
): 
1256         val 
= gridc
.wxGrid_SetCellHighlightROPenWidth(self
, *_args
, **_kwargs
) 
1258     def EnableDragRowSize(self
, *_args
, **_kwargs
): 
1259         val 
= gridc
.wxGrid_EnableDragRowSize(self
, *_args
, **_kwargs
) 
1261     def DisableDragRowSize(self
, *_args
, **_kwargs
): 
1262         val 
= gridc
.wxGrid_DisableDragRowSize(self
, *_args
, **_kwargs
) 
1264     def CanDragRowSize(self
, *_args
, **_kwargs
): 
1265         val 
= gridc
.wxGrid_CanDragRowSize(self
, *_args
, **_kwargs
) 
1267     def EnableDragColSize(self
, *_args
, **_kwargs
): 
1268         val 
= gridc
.wxGrid_EnableDragColSize(self
, *_args
, **_kwargs
) 
1270     def DisableDragColSize(self
, *_args
, **_kwargs
): 
1271         val 
= gridc
.wxGrid_DisableDragColSize(self
, *_args
, **_kwargs
) 
1273     def CanDragColSize(self
, *_args
, **_kwargs
): 
1274         val 
= gridc
.wxGrid_CanDragColSize(self
, *_args
, **_kwargs
) 
1276     def EnableDragGridSize(self
, *_args
, **_kwargs
): 
1277         val 
= gridc
.wxGrid_EnableDragGridSize(self
, *_args
, **_kwargs
) 
1279     def DisableDragGridSize(self
, *_args
, **_kwargs
): 
1280         val 
= gridc
.wxGrid_DisableDragGridSize(self
, *_args
, **_kwargs
) 
1282     def CanDragGridSize(self
, *_args
, **_kwargs
): 
1283         val 
= gridc
.wxGrid_CanDragGridSize(self
, *_args
, **_kwargs
) 
1285     def SetAttr(self
, *_args
, **_kwargs
): 
1286         val 
= gridc
.wxGrid_SetAttr(self
, *_args
, **_kwargs
) 
1288     def SetRowAttr(self
, *_args
, **_kwargs
): 
1289         val 
= gridc
.wxGrid_SetRowAttr(self
, *_args
, **_kwargs
) 
1291     def SetColAttr(self
, *_args
, **_kwargs
): 
1292         val 
= gridc
.wxGrid_SetColAttr(self
, *_args
, **_kwargs
) 
1294     def SetColFormatBool(self
, *_args
, **_kwargs
): 
1295         val 
= gridc
.wxGrid_SetColFormatBool(self
, *_args
, **_kwargs
) 
1297     def SetColFormatNumber(self
, *_args
, **_kwargs
): 
1298         val 
= gridc
.wxGrid_SetColFormatNumber(self
, *_args
, **_kwargs
) 
1300     def SetColFormatFloat(self
, *_args
, **_kwargs
): 
1301         val 
= gridc
.wxGrid_SetColFormatFloat(self
, *_args
, **_kwargs
) 
1303     def SetColFormatCustom(self
, *_args
, **_kwargs
): 
1304         val 
= gridc
.wxGrid_SetColFormatCustom(self
, *_args
, **_kwargs
) 
1306     def EnableGridLines(self
, *_args
, **_kwargs
): 
1307         val 
= gridc
.wxGrid_EnableGridLines(self
, *_args
, **_kwargs
) 
1309     def GridLinesEnabled(self
, *_args
, **_kwargs
): 
1310         val 
= gridc
.wxGrid_GridLinesEnabled(self
, *_args
, **_kwargs
) 
1312     def GetDefaultRowSize(self
, *_args
, **_kwargs
): 
1313         val 
= gridc
.wxGrid_GetDefaultRowSize(self
, *_args
, **_kwargs
) 
1315     def GetRowSize(self
, *_args
, **_kwargs
): 
1316         val 
= gridc
.wxGrid_GetRowSize(self
, *_args
, **_kwargs
) 
1318     def GetDefaultColSize(self
, *_args
, **_kwargs
): 
1319         val 
= gridc
.wxGrid_GetDefaultColSize(self
, *_args
, **_kwargs
) 
1321     def GetColSize(self
, *_args
, **_kwargs
): 
1322         val 
= gridc
.wxGrid_GetColSize(self
, *_args
, **_kwargs
) 
1324     def GetDefaultCellBackgroundColour(self
, *_args
, **_kwargs
): 
1325         val 
= gridc
.wxGrid_GetDefaultCellBackgroundColour(self
, *_args
, **_kwargs
) 
1326         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1328     def GetCellBackgroundColour(self
, *_args
, **_kwargs
): 
1329         val 
= gridc
.wxGrid_GetCellBackgroundColour(self
, *_args
, **_kwargs
) 
1330         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1332     def GetDefaultCellTextColour(self
, *_args
, **_kwargs
): 
1333         val 
= gridc
.wxGrid_GetDefaultCellTextColour(self
, *_args
, **_kwargs
) 
1334         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1336     def GetCellTextColour(self
, *_args
, **_kwargs
): 
1337         val 
= gridc
.wxGrid_GetCellTextColour(self
, *_args
, **_kwargs
) 
1338         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1340     def GetDefaultCellFont(self
, *_args
, **_kwargs
): 
1341         val 
= gridc
.wxGrid_GetDefaultCellFont(self
, *_args
, **_kwargs
) 
1342         if val
: val 
= wxFontPtr(val
) ; val
.thisown 
= 1 
1344     def GetCellFont(self
, *_args
, **_kwargs
): 
1345         val 
= gridc
.wxGrid_GetCellFont(self
, *_args
, **_kwargs
) 
1346         if val
: val 
= wxFontPtr(val
) ; val
.thisown 
= 1 
1348     def GetDefaultCellAlignment(self
, *_args
, **_kwargs
): 
1349         val 
= gridc
.wxGrid_GetDefaultCellAlignment(self
, *_args
, **_kwargs
) 
1351     def GetCellAlignment(self
, *_args
, **_kwargs
): 
1352         val 
= gridc
.wxGrid_GetCellAlignment(self
, *_args
, **_kwargs
) 
1354     def GetDefaultCellOverflow(self
, *_args
, **_kwargs
): 
1355         val 
= gridc
.wxGrid_GetDefaultCellOverflow(self
, *_args
, **_kwargs
) 
1357     def GetCellOverflow(self
, *_args
, **_kwargs
): 
1358         val 
= gridc
.wxGrid_GetCellOverflow(self
, *_args
, **_kwargs
) 
1360     def GetCellSize(self
, *_args
, **_kwargs
): 
1361         val 
= gridc
.wxGrid_GetCellSize(self
, *_args
, **_kwargs
) 
1363     def SetDefaultRowSize(self
, *_args
, **_kwargs
): 
1364         val 
= gridc
.wxGrid_SetDefaultRowSize(self
, *_args
, **_kwargs
) 
1366     def SetRowSize(self
, *_args
, **_kwargs
): 
1367         val 
= gridc
.wxGrid_SetRowSize(self
, *_args
, **_kwargs
) 
1369     def SetDefaultColSize(self
, *_args
, **_kwargs
): 
1370         val 
= gridc
.wxGrid_SetDefaultColSize(self
, *_args
, **_kwargs
) 
1372     def SetColSize(self
, *_args
, **_kwargs
): 
1373         val 
= gridc
.wxGrid_SetColSize(self
, *_args
, **_kwargs
) 
1375     def AutoSizeColumn(self
, *_args
, **_kwargs
): 
1376         val 
= gridc
.wxGrid_AutoSizeColumn(self
, *_args
, **_kwargs
) 
1378     def AutoSizeRow(self
, *_args
, **_kwargs
): 
1379         val 
= gridc
.wxGrid_AutoSizeRow(self
, *_args
, **_kwargs
) 
1381     def AutoSizeColumns(self
, *_args
, **_kwargs
): 
1382         val 
= gridc
.wxGrid_AutoSizeColumns(self
, *_args
, **_kwargs
) 
1384     def AutoSizeRows(self
, *_args
, **_kwargs
): 
1385         val 
= gridc
.wxGrid_AutoSizeRows(self
, *_args
, **_kwargs
) 
1387     def AutoSize(self
, *_args
, **_kwargs
): 
1388         val 
= gridc
.wxGrid_AutoSize(self
, *_args
, **_kwargs
) 
1390     def AutoSizeRowLabelSize(self
, *_args
, **_kwargs
): 
1391         val 
= gridc
.wxGrid_AutoSizeRowLabelSize(self
, *_args
, **_kwargs
) 
1393     def AutoSizeColLabelSize(self
, *_args
, **_kwargs
): 
1394         val 
= gridc
.wxGrid_AutoSizeColLabelSize(self
, *_args
, **_kwargs
) 
1396     def SetColMinimalWidth(self
, *_args
, **_kwargs
): 
1397         val 
= gridc
.wxGrid_SetColMinimalWidth(self
, *_args
, **_kwargs
) 
1399     def SetRowMinimalHeight(self
, *_args
, **_kwargs
): 
1400         val 
= gridc
.wxGrid_SetRowMinimalHeight(self
, *_args
, **_kwargs
) 
1402     def SetColMinimalAcceptableWidth(self
, *_args
, **_kwargs
): 
1403         val 
= gridc
.wxGrid_SetColMinimalAcceptableWidth(self
, *_args
, **_kwargs
) 
1405     def SetRowMinimalAcceptableHeight(self
, *_args
, **_kwargs
): 
1406         val 
= gridc
.wxGrid_SetRowMinimalAcceptableHeight(self
, *_args
, **_kwargs
) 
1408     def GetColMinimalAcceptableWidth(self
, *_args
, **_kwargs
): 
1409         val 
= gridc
.wxGrid_GetColMinimalAcceptableWidth(self
, *_args
, **_kwargs
) 
1411     def GetRowMinimalAcceptableHeight(self
, *_args
, **_kwargs
): 
1412         val 
= gridc
.wxGrid_GetRowMinimalAcceptableHeight(self
, *_args
, **_kwargs
) 
1414     def SetDefaultCellBackgroundColour(self
, *_args
, **_kwargs
): 
1415         val 
= gridc
.wxGrid_SetDefaultCellBackgroundColour(self
, *_args
, **_kwargs
) 
1417     def SetCellBackgroundColour(self
, *_args
, **_kwargs
): 
1418         val 
= gridc
.wxGrid_SetCellBackgroundColour(self
, *_args
, **_kwargs
) 
1420     def SetDefaultCellTextColour(self
, *_args
, **_kwargs
): 
1421         val 
= gridc
.wxGrid_SetDefaultCellTextColour(self
, *_args
, **_kwargs
) 
1423     def SetCellTextColour(self
, *_args
, **_kwargs
): 
1424         val 
= gridc
.wxGrid_SetCellTextColour(self
, *_args
, **_kwargs
) 
1426     def SetDefaultCellFont(self
, *_args
, **_kwargs
): 
1427         val 
= gridc
.wxGrid_SetDefaultCellFont(self
, *_args
, **_kwargs
) 
1429     def SetCellFont(self
, *_args
, **_kwargs
): 
1430         val 
= gridc
.wxGrid_SetCellFont(self
, *_args
, **_kwargs
) 
1432     def SetDefaultCellAlignment(self
, *_args
, **_kwargs
): 
1433         val 
= gridc
.wxGrid_SetDefaultCellAlignment(self
, *_args
, **_kwargs
) 
1435     def SetCellAlignment(self
, *_args
, **_kwargs
): 
1436         val 
= gridc
.wxGrid_SetCellAlignment(self
, *_args
, **_kwargs
) 
1438     def SetDefaultCellOverflow(self
, *_args
, **_kwargs
): 
1439         val 
= gridc
.wxGrid_SetDefaultCellOverflow(self
, *_args
, **_kwargs
) 
1441     def SetCellOverflow(self
, *_args
, **_kwargs
): 
1442         val 
= gridc
.wxGrid_SetCellOverflow(self
, *_args
, **_kwargs
) 
1444     def SetCellSize(self
, *_args
, **_kwargs
): 
1445         val 
= gridc
.wxGrid_SetCellSize(self
, *_args
, **_kwargs
) 
1447     def SetDefaultRenderer(self
, *_args
, **_kwargs
): 
1448         val 
= gridc
.wxGrid_SetDefaultRenderer(self
, *_args
, **_kwargs
) 
1450     def SetCellRenderer(self
, *_args
, **_kwargs
): 
1451         val 
= gridc
.wxGrid_SetCellRenderer(self
, *_args
, **_kwargs
) 
1453     def GetDefaultRenderer(self
, *_args
, **_kwargs
): 
1454         val 
= gridc
.wxGrid_GetDefaultRenderer(self
, *_args
, **_kwargs
) 
1456     def GetCellRenderer(self
, *_args
, **_kwargs
): 
1457         val 
= gridc
.wxGrid_GetCellRenderer(self
, *_args
, **_kwargs
) 
1459     def SetDefaultEditor(self
, *_args
, **_kwargs
): 
1460         val 
= gridc
.wxGrid_SetDefaultEditor(self
, *_args
, **_kwargs
) 
1462     def SetCellEditor(self
, *_args
, **_kwargs
): 
1463         val 
= gridc
.wxGrid_SetCellEditor(self
, *_args
, **_kwargs
) 
1465     def GetDefaultEditor(self
, *_args
, **_kwargs
): 
1466         val 
= gridc
.wxGrid_GetDefaultEditor(self
, *_args
, **_kwargs
) 
1468     def GetCellEditor(self
, *_args
, **_kwargs
): 
1469         val 
= gridc
.wxGrid_GetCellEditor(self
, *_args
, **_kwargs
) 
1471     def GetCellValue(self
, *_args
, **_kwargs
): 
1472         val 
= gridc
.wxGrid_GetCellValue(self
, *_args
, **_kwargs
) 
1474     def SetCellValue(self
, *_args
, **_kwargs
): 
1475         val 
= gridc
.wxGrid_SetCellValue(self
, *_args
, **_kwargs
) 
1477     def IsReadOnly(self
, *_args
, **_kwargs
): 
1478         val 
= gridc
.wxGrid_IsReadOnly(self
, *_args
, **_kwargs
) 
1480     def SetReadOnly(self
, *_args
, **_kwargs
): 
1481         val 
= gridc
.wxGrid_SetReadOnly(self
, *_args
, **_kwargs
) 
1483     def SelectRow(self
, *_args
, **_kwargs
): 
1484         val 
= gridc
.wxGrid_SelectRow(self
, *_args
, **_kwargs
) 
1486     def SelectCol(self
, *_args
, **_kwargs
): 
1487         val 
= gridc
.wxGrid_SelectCol(self
, *_args
, **_kwargs
) 
1489     def SelectBlock(self
, *_args
, **_kwargs
): 
1490         val 
= gridc
.wxGrid_SelectBlock(self
, *_args
, **_kwargs
) 
1492     def SelectAll(self
, *_args
, **_kwargs
): 
1493         val 
= gridc
.wxGrid_SelectAll(self
, *_args
, **_kwargs
) 
1495     def IsSelection(self
, *_args
, **_kwargs
): 
1496         val 
= gridc
.wxGrid_IsSelection(self
, *_args
, **_kwargs
) 
1498     def ClearSelection(self
, *_args
, **_kwargs
): 
1499         val 
= gridc
.wxGrid_ClearSelection(self
, *_args
, **_kwargs
) 
1501     def IsInSelection(self
, *_args
, **_kwargs
): 
1502         val 
= gridc
.wxGrid_IsInSelection(self
, *_args
, **_kwargs
) 
1504     def GetSelectedCells(self
, *_args
, **_kwargs
): 
1505         val 
= gridc
.wxGrid_GetSelectedCells(self
, *_args
, **_kwargs
) 
1507     def GetSelectionBlockTopLeft(self
, *_args
, **_kwargs
): 
1508         val 
= gridc
.wxGrid_GetSelectionBlockTopLeft(self
, *_args
, **_kwargs
) 
1510     def GetSelectionBlockBottomRight(self
, *_args
, **_kwargs
): 
1511         val 
= gridc
.wxGrid_GetSelectionBlockBottomRight(self
, *_args
, **_kwargs
) 
1513     def GetSelectedRows(self
, *_args
, **_kwargs
): 
1514         val 
= gridc
.wxGrid_GetSelectedRows(self
, *_args
, **_kwargs
) 
1516     def GetSelectedCols(self
, *_args
, **_kwargs
): 
1517         val 
= gridc
.wxGrid_GetSelectedCols(self
, *_args
, **_kwargs
) 
1519     def DeselectRow(self
, *_args
, **_kwargs
): 
1520         val 
= gridc
.wxGrid_DeselectRow(self
, *_args
, **_kwargs
) 
1522     def DeselectCol(self
, *_args
, **_kwargs
): 
1523         val 
= gridc
.wxGrid_DeselectCol(self
, *_args
, **_kwargs
) 
1525     def DeselectCell(self
, *_args
, **_kwargs
): 
1526         val 
= gridc
.wxGrid_DeselectCell(self
, *_args
, **_kwargs
) 
1528     def BlockToDeviceRect(self
, *_args
, **_kwargs
): 
1529         val 
= gridc
.wxGrid_BlockToDeviceRect(self
, *_args
, **_kwargs
) 
1530         if val
: val 
= wxRectPtr(val
) ; val
.thisown 
= 1 
1532     def GetSelectionBackground(self
, *_args
, **_kwargs
): 
1533         val 
= gridc
.wxGrid_GetSelectionBackground(self
, *_args
, **_kwargs
) 
1534         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1536     def GetSelectionForeground(self
, *_args
, **_kwargs
): 
1537         val 
= gridc
.wxGrid_GetSelectionForeground(self
, *_args
, **_kwargs
) 
1538         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1540     def SetSelectionBackground(self
, *_args
, **_kwargs
): 
1541         val 
= gridc
.wxGrid_SetSelectionBackground(self
, *_args
, **_kwargs
) 
1543     def SetSelectionForeground(self
, *_args
, **_kwargs
): 
1544         val 
= gridc
.wxGrid_SetSelectionForeground(self
, *_args
, **_kwargs
) 
1546     def RegisterDataType(self
, *_args
, **_kwargs
): 
1547         val 
= gridc
.wxGrid_RegisterDataType(self
, *_args
, **_kwargs
) 
1549     def GetDefaultEditorForCell(self
, *_args
, **_kwargs
): 
1550         val 
= gridc
.wxGrid_GetDefaultEditorForCell(self
, *_args
, **_kwargs
) 
1552     def GetDefaultRendererForCell(self
, *_args
, **_kwargs
): 
1553         val 
= gridc
.wxGrid_GetDefaultRendererForCell(self
, *_args
, **_kwargs
) 
1555     def GetDefaultEditorForType(self
, *_args
, **_kwargs
): 
1556         val 
= gridc
.wxGrid_GetDefaultEditorForType(self
, *_args
, **_kwargs
) 
1558     def GetDefaultRendererForType(self
, *_args
, **_kwargs
): 
1559         val 
= gridc
.wxGrid_GetDefaultRendererForType(self
, *_args
, **_kwargs
) 
1561     def SetMargins(self
, *_args
, **_kwargs
): 
1562         val 
= gridc
.wxGrid_SetMargins(self
, *_args
, **_kwargs
) 
1564     def GetGridWindow(self
, *_args
, **_kwargs
): 
1565         val 
= gridc
.wxGrid_GetGridWindow(self
, *_args
, **_kwargs
) 
1567     def GetGridRowLabelWindow(self
, *_args
, **_kwargs
): 
1568         val 
= gridc
.wxGrid_GetGridRowLabelWindow(self
, *_args
, **_kwargs
) 
1570     def GetGridColLabelWindow(self
, *_args
, **_kwargs
): 
1571         val 
= gridc
.wxGrid_GetGridColLabelWindow(self
, *_args
, **_kwargs
) 
1573     def GetGridCornerLabelWindow(self
, *_args
, **_kwargs
): 
1574         val 
= gridc
.wxGrid_GetGridCornerLabelWindow(self
, *_args
, **_kwargs
) 
1577         return "<%s.%s instance; proxy of C++ wxGrid instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
1578 class wxGrid(wxGridPtr
): 
1579     def __init__(self
,*_args
,**_kwargs
): 
1580         self
.this 
= gridc
.new_wxGrid(*_args
,**_kwargs
) 
1582         self
._setOORInfo
(self
) 
1587 class wxGridEventPtr(wxNotifyEventPtr
): 
1588     def __init__(self
,this
): 
1591     def GetRow(self
, *_args
, **_kwargs
): 
1592         val 
= gridc
.wxGridEvent_GetRow(self
, *_args
, **_kwargs
) 
1594     def GetCol(self
, *_args
, **_kwargs
): 
1595         val 
= gridc
.wxGridEvent_GetCol(self
, *_args
, **_kwargs
) 
1597     def GetPosition(self
, *_args
, **_kwargs
): 
1598         val 
= gridc
.wxGridEvent_GetPosition(self
, *_args
, **_kwargs
) 
1599         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
1601     def Selecting(self
, *_args
, **_kwargs
): 
1602         val 
= gridc
.wxGridEvent_Selecting(self
, *_args
, **_kwargs
) 
1604     def ControlDown(self
, *_args
, **_kwargs
): 
1605         val 
= gridc
.wxGridEvent_ControlDown(self
, *_args
, **_kwargs
) 
1607     def MetaDown(self
, *_args
, **_kwargs
): 
1608         val 
= gridc
.wxGridEvent_MetaDown(self
, *_args
, **_kwargs
) 
1610     def ShiftDown(self
, *_args
, **_kwargs
): 
1611         val 
= gridc
.wxGridEvent_ShiftDown(self
, *_args
, **_kwargs
) 
1613     def AltDown(self
, *_args
, **_kwargs
): 
1614         val 
= gridc
.wxGridEvent_AltDown(self
, *_args
, **_kwargs
) 
1617         return "<%s.%s instance; proxy of C++ wxGridEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
1618 class wxGridEvent(wxGridEventPtr
): 
1619     def __init__(self
,*_args
,**_kwargs
): 
1620         self
.this 
= gridc
.new_wxGridEvent(*_args
,**_kwargs
) 
1626 class wxGridSizeEventPtr(wxNotifyEventPtr
): 
1627     def __init__(self
,this
): 
1630     def GetRowOrCol(self
, *_args
, **_kwargs
): 
1631         val 
= gridc
.wxGridSizeEvent_GetRowOrCol(self
, *_args
, **_kwargs
) 
1633     def GetPosition(self
, *_args
, **_kwargs
): 
1634         val 
= gridc
.wxGridSizeEvent_GetPosition(self
, *_args
, **_kwargs
) 
1635         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
1637     def ControlDown(self
, *_args
, **_kwargs
): 
1638         val 
= gridc
.wxGridSizeEvent_ControlDown(self
, *_args
, **_kwargs
) 
1640     def MetaDown(self
, *_args
, **_kwargs
): 
1641         val 
= gridc
.wxGridSizeEvent_MetaDown(self
, *_args
, **_kwargs
) 
1643     def ShiftDown(self
, *_args
, **_kwargs
): 
1644         val 
= gridc
.wxGridSizeEvent_ShiftDown(self
, *_args
, **_kwargs
) 
1646     def AltDown(self
, *_args
, **_kwargs
): 
1647         val 
= gridc
.wxGridSizeEvent_AltDown(self
, *_args
, **_kwargs
) 
1650         return "<%s.%s instance; proxy of C++ wxGridSizeEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
1651 class wxGridSizeEvent(wxGridSizeEventPtr
): 
1652     def __init__(self
,*_args
,**_kwargs
): 
1653         self
.this 
= gridc
.new_wxGridSizeEvent(*_args
,**_kwargs
) 
1659 class wxGridRangeSelectEventPtr(wxNotifyEventPtr
): 
1660     def __init__(self
,this
): 
1663     def GetTopLeftCoords(self
, *_args
, **_kwargs
): 
1664         val 
= gridc
.wxGridRangeSelectEvent_GetTopLeftCoords(self
, *_args
, **_kwargs
) 
1665         if val
: val 
= wxGridCellCoordsPtr(val
) ; val
.thisown 
= 1 
1667     def GetBottomRightCoords(self
, *_args
, **_kwargs
): 
1668         val 
= gridc
.wxGridRangeSelectEvent_GetBottomRightCoords(self
, *_args
, **_kwargs
) 
1669         if val
: val 
= wxGridCellCoordsPtr(val
) ; val
.thisown 
= 1 
1671     def GetTopRow(self
, *_args
, **_kwargs
): 
1672         val 
= gridc
.wxGridRangeSelectEvent_GetTopRow(self
, *_args
, **_kwargs
) 
1674     def GetBottomRow(self
, *_args
, **_kwargs
): 
1675         val 
= gridc
.wxGridRangeSelectEvent_GetBottomRow(self
, *_args
, **_kwargs
) 
1677     def GetLeftCol(self
, *_args
, **_kwargs
): 
1678         val 
= gridc
.wxGridRangeSelectEvent_GetLeftCol(self
, *_args
, **_kwargs
) 
1680     def GetRightCol(self
, *_args
, **_kwargs
): 
1681         val 
= gridc
.wxGridRangeSelectEvent_GetRightCol(self
, *_args
, **_kwargs
) 
1683     def Selecting(self
, *_args
, **_kwargs
): 
1684         val 
= gridc
.wxGridRangeSelectEvent_Selecting(self
, *_args
, **_kwargs
) 
1686     def ControlDown(self
, *_args
, **_kwargs
): 
1687         val 
= gridc
.wxGridRangeSelectEvent_ControlDown(self
, *_args
, **_kwargs
) 
1689     def MetaDown(self
, *_args
, **_kwargs
): 
1690         val 
= gridc
.wxGridRangeSelectEvent_MetaDown(self
, *_args
, **_kwargs
) 
1692     def ShiftDown(self
, *_args
, **_kwargs
): 
1693         val 
= gridc
.wxGridRangeSelectEvent_ShiftDown(self
, *_args
, **_kwargs
) 
1695     def AltDown(self
, *_args
, **_kwargs
): 
1696         val 
= gridc
.wxGridRangeSelectEvent_AltDown(self
, *_args
, **_kwargs
) 
1699         return "<%s.%s instance; proxy of C++ wxGridRangeSelectEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
1700 class wxGridRangeSelectEvent(wxGridRangeSelectEventPtr
): 
1701     def __init__(self
,*_args
,**_kwargs
): 
1702         self
.this 
= gridc
.new_wxGridRangeSelectEvent(*_args
,**_kwargs
) 
1708 class wxGridEditorCreatedEventPtr(wxCommandEventPtr
): 
1709     def __init__(self
,this
): 
1712     def GetRow(self
, *_args
, **_kwargs
): 
1713         val 
= gridc
.wxGridEditorCreatedEvent_GetRow(self
, *_args
, **_kwargs
) 
1715     def GetCol(self
, *_args
, **_kwargs
): 
1716         val 
= gridc
.wxGridEditorCreatedEvent_GetCol(self
, *_args
, **_kwargs
) 
1718     def GetControl(self
, *_args
, **_kwargs
): 
1719         val 
= gridc
.wxGridEditorCreatedEvent_GetControl(self
, *_args
, **_kwargs
) 
1721     def SetRow(self
, *_args
, **_kwargs
): 
1722         val 
= gridc
.wxGridEditorCreatedEvent_SetRow(self
, *_args
, **_kwargs
) 
1724     def SetCol(self
, *_args
, **_kwargs
): 
1725         val 
= gridc
.wxGridEditorCreatedEvent_SetCol(self
, *_args
, **_kwargs
) 
1727     def SetControl(self
, *_args
, **_kwargs
): 
1728         val 
= gridc
.wxGridEditorCreatedEvent_SetControl(self
, *_args
, **_kwargs
) 
1731         return "<%s.%s instance; proxy of C++ wxGridEditorCreatedEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
) 
1732 class wxGridEditorCreatedEvent(wxGridEditorCreatedEventPtr
): 
1733     def __init__(self
,*_args
,**_kwargs
): 
1734         self
.this 
= gridc
.new_wxGridEditorCreatedEvent(*_args
,**_kwargs
) 
1742 #-------------- FUNCTION WRAPPERS ------------------ 
1746 #-------------- VARIABLE WRAPPERS ------------------ 
1748 wxGRID_VALUE_STRING 
= gridc
.wxGRID_VALUE_STRING
 
1749 wxGRID_VALUE_BOOL 
= gridc
.wxGRID_VALUE_BOOL
 
1750 wxGRID_VALUE_NUMBER 
= gridc
.wxGRID_VALUE_NUMBER
 
1751 wxGRID_VALUE_FLOAT 
= gridc
.wxGRID_VALUE_FLOAT
 
1752 wxGRID_VALUE_CHOICE 
= gridc
.wxGRID_VALUE_CHOICE
 
1753 wxGRID_VALUE_TEXT 
= gridc
.wxGRID_VALUE_TEXT
 
1754 wxGRID_VALUE_LONG 
= gridc
.wxGRID_VALUE_LONG
 
1755 wxGRID_VALUE_CHOICEINT 
= gridc
.wxGRID_VALUE_CHOICEINT
 
1756 wxGRID_VALUE_DATETIME 
= gridc
.wxGRID_VALUE_DATETIME
 
1758 wxGridNoCellCoords 
= wxGridCellCoordsPtr(gridc
.cvar
.wxGridNoCellCoords
) 
1759 wxGridNoCellRect 
= wxRectPtr(gridc
.cvar
.wxGridNoCellRect
) 
1760 wxGRIDTABLE_REQUEST_VIEW_GET_VALUES 
= gridc
.wxGRIDTABLE_REQUEST_VIEW_GET_VALUES
 
1761 wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES 
= gridc
.wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES
 
1762 wxGRIDTABLE_NOTIFY_ROWS_INSERTED 
= gridc
.wxGRIDTABLE_NOTIFY_ROWS_INSERTED
 
1763 wxGRIDTABLE_NOTIFY_ROWS_APPENDED 
= gridc
.wxGRIDTABLE_NOTIFY_ROWS_APPENDED
 
1764 wxGRIDTABLE_NOTIFY_ROWS_DELETED 
= gridc
.wxGRIDTABLE_NOTIFY_ROWS_DELETED
 
1765 wxGRIDTABLE_NOTIFY_COLS_INSERTED 
= gridc
.wxGRIDTABLE_NOTIFY_COLS_INSERTED
 
1766 wxGRIDTABLE_NOTIFY_COLS_APPENDED 
= gridc
.wxGRIDTABLE_NOTIFY_COLS_APPENDED
 
1767 wxGRIDTABLE_NOTIFY_COLS_DELETED 
= gridc
.wxGRIDTABLE_NOTIFY_COLS_DELETED
 
1768 wxEVT_GRID_CELL_LEFT_CLICK 
= gridc
.wxEVT_GRID_CELL_LEFT_CLICK
 
1769 wxEVT_GRID_CELL_RIGHT_CLICK 
= gridc
.wxEVT_GRID_CELL_RIGHT_CLICK
 
1770 wxEVT_GRID_CELL_LEFT_DCLICK 
= gridc
.wxEVT_GRID_CELL_LEFT_DCLICK
 
1771 wxEVT_GRID_CELL_RIGHT_DCLICK 
= gridc
.wxEVT_GRID_CELL_RIGHT_DCLICK
 
1772 wxEVT_GRID_LABEL_LEFT_CLICK 
= gridc
.wxEVT_GRID_LABEL_LEFT_CLICK
 
1773 wxEVT_GRID_LABEL_RIGHT_CLICK 
= gridc
.wxEVT_GRID_LABEL_RIGHT_CLICK
 
1774 wxEVT_GRID_LABEL_LEFT_DCLICK 
= gridc
.wxEVT_GRID_LABEL_LEFT_DCLICK
 
1775 wxEVT_GRID_LABEL_RIGHT_DCLICK 
= gridc
.wxEVT_GRID_LABEL_RIGHT_DCLICK
 
1776 wxEVT_GRID_ROW_SIZE 
= gridc
.wxEVT_GRID_ROW_SIZE
 
1777 wxEVT_GRID_COL_SIZE 
= gridc
.wxEVT_GRID_COL_SIZE
 
1778 wxEVT_GRID_RANGE_SELECT 
= gridc
.wxEVT_GRID_RANGE_SELECT
 
1779 wxEVT_GRID_CELL_CHANGE 
= gridc
.wxEVT_GRID_CELL_CHANGE
 
1780 wxEVT_GRID_SELECT_CELL 
= gridc
.wxEVT_GRID_SELECT_CELL
 
1781 wxEVT_GRID_EDITOR_SHOWN 
= gridc
.wxEVT_GRID_EDITOR_SHOWN
 
1782 wxEVT_GRID_EDITOR_HIDDEN 
= gridc
.wxEVT_GRID_EDITOR_HIDDEN
 
1783 wxEVT_GRID_EDITOR_CREATED 
= gridc
.wxEVT_GRID_EDITOR_CREATED
 
1786 #-------------- USER INCLUDE ----------------------- 
1790 # Stuff these names into the wx namespace so wxPyConstructObject can find them 
1792 wx
.wxGridEventPtr                  
= wxGridEventPtr
 
1793 wx
.wxGridSizeEventPtr              
= wxGridSizeEventPtr
 
1794 wx
.wxGridRangeSelectEventPtr       
= wxGridRangeSelectEventPtr
 
1795 wx
.wxGridEditorCreatedEventPtr     
= wxGridEditorCreatedEventPtr
 
1796 wx
.wxGridCellRendererPtr           
= wxGridCellRendererPtr
 
1797 wx
.wxPyGridCellRendererPtr         
= wxPyGridCellRendererPtr
 
1798 wx
.wxGridCellEditorPtr             
= wxGridCellEditorPtr
 
1799 wx
.wxPyGridCellEditorPtr           
= wxPyGridCellEditorPtr
 
1800 wx
.wxGridCellAttrPtr               
= wxGridCellAttrPtr
 
1801 wx
.wxGridCellAttrProviderPtr       
= wxGridCellAttrProviderPtr
 
1802 wx
.wxPyGridCellAttrProviderPtr     
= wxPyGridCellAttrProviderPtr
 
1803 wx
.wxGridTableBasePtr              
= wxGridTableBasePtr
 
1804 wx
.wxPyGridTableBasePtr            
= wxPyGridTableBasePtr
 
1805 wx
.wxGridTableMessagePtr           
= wxGridTableMessagePtr
 
1806 wx
.wxGridCellCoordsPtr             
= wxGridCellCoordsPtr
 
1807 wx
.wxGridPtr                       
= wxGridPtr