phoenix_title 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 Class Hierarchy

Inheritance diagram for class GridBlockDiffResult:

method_summary Methods Summary

_getParts


property_summary Properties Summary

m_parts

See _getParts


api 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