PyCWnd.RepositionBars

RepositionBars(idFirst, idLast, idLeftOver)

Repositions the windows control bars.( UINT nIDFirst, UINT nIDLast, UINT nIDLeftOver, UINT nFlag = CWnd::reposDefault, LPRECT lpRectParam = NULL, LPCRECT lpRectClient = NULL, BOOL bStretch = TRUE );

Parameters

idFirst : int

The ID of the first control to reposition.

idLast : int

The ID of the last control to reposition.

idLeftOver : int