Home
last modified time | relevance | path

Searched refs:REBAR_SetBandsHeight (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Drebar.c1308 static int REBAR_SetBandsHeight(const REBAR_INFO *infoPtr, INT iBeginBand, INT iEndBand, INT yStart) in REBAR_SetBandsHeight() function
1382 *pyPos = REBAR_SetBandsHeight(infoPtr, iBeginBand, iEndBand, *pyPos); in REBAR_LayoutRow()
1438 yPos = REBAR_SetBandsHeight(infoPtr, first_visible(infoPtr), infoPtr->uNumBands, 0); in REBAR_Layout()