PyCSplitterWnd.CreateStatic

CreateStatic(parent, rows, cols, style, id)

Creates a static splitter window.

Parameters

parent : PyCFrameWnd or PyCSplitter

The parent window.

rows : int

The number of rows in the splitter.

cols : int

The number of columns in the splitter.

style=WS_CHILD | WS_VISIBLE : int

Specifies the window style

id=AFX_IDW_PANE_FIRST : int

The child window ID of the window. The ID can be AFX_IDW_PANE_FIRST unless the splitter window is nested inside another splitter window.

Comments

A static splitter window is a splitter where the number of panes are fixed at window creation time. Currently this is the only splitter window supported by win32ui.

MFC References

CSplitterWnd::CreateStatic