Add wxGridFitMode

This commit is contained in:
Robin Dunn
2020-01-22 10:52:36 -08:00
parent e8984e7ac1
commit 11e4cf1f82
2 changed files with 2 additions and 0 deletions

View File

@@ -1446,6 +1446,7 @@
"GridDirection":"wx.grid.",
"GridEditorCreatedEvent":"wx.grid.",
"GridEvent":"wx.grid.",
"GridFitMode":"wx.grid.",
"GridHeaderLabelsRenderer":"wx.grid.",
"GridNameStr":"wx.grid.",
"GridRangeSelectEvent":"wx.grid.",

View File

@@ -39,6 +39,7 @@ ITEMS = [ 'wxGridCellCoords',
'wxGridCellFloatEditor',
'wxGridCellNumberEditor',
'wxGridFitMode',
'wxGridCellAttr',
'wxGridCornerHeaderRenderer',