wx.grid.GridBlockDiffResult
The helper struct uses as a result type for difference functions of wx.grid.GridBlockCoords class.
Parts can be uninitialized (equals to GridNoBlockCoords
), that means that the corresponding part doesn’t exists in the result.
New in version 4.1/wxWidgets-3.1.4.
Class Hierarchy
Inheritance diagram for class
GridBlockDiffResult:
Methods Summary
Properties Summary
Class API
-
class
wx.grid.
GridBlockDiffResult
(object)
The helper struct uses as a result type for difference functions of
GridBlockCoords class.
Methods
-
_getParts
(self)
- Return type:
PyObject
Properties
-
m_parts
See _getParts