PyCSplitterWnd.CreateView

CreateView(view, row, col, width, height)

Creates a view in a splitter window

Parameters

view : PyCView

The view to place in the splitter pane.

row : int

The row in the splitter to place the view.

col : int

The column in the splitter to place the view.

width, height : (int, int)

The initial size of the new view.

MFC References

CSplitterWnd::CreateView exception set.