PyCSplitterWnd.GetPane

PyCWnd = GetPane(row, col )

Returns the PyCView associated with the specified pane.

Parameters

row : int

The row in the splitter.

col : int

The column in the splitter.

Comments

Theoretically the return value can be a PyCWnd object, but currently it will always be a PyCView or derived object.