PyCSplitterWnd.SetRowInfo

SetRowInfo(row, ideal, min)

Sets a new minimum height and ideal height for a row.

Parameters

row : int

The row in the splitter.

ideal : int

Specifies an ideal height for the splitter window row in pixels.

min : int

Specifies a minimum height for the splitter window row in pixels.