Home
last modified time | relevance | path

Searched defs:iEndBand (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Drebar.c1168 static void REBAR_SetRowRectsX(const REBAR_INFO *infoPtr, INT iBeginBand, INT iEndBand) in REBAR_SetRowRectsX()
1190 static REBAR_BAND *REBAR_FindBandToGrow(const REBAR_INFO *infoPtr, INT iBeginBand, INT iEndBand) in REBAR_FindBandToGrow()
1211 static int REBAR_ShrinkBandsRTL(const REBAR_INFO *infoPtr, INT iBeginBand, INT iEndBand, INT cxShri… in REBAR_ShrinkBandsRTL()
1235 static int REBAR_ShrinkBandsLTR(const REBAR_INFO *infoPtr, INT iBeginBand, INT iEndBand, INT cxShri… in REBAR_ShrinkBandsLTR()
1308 static int REBAR_SetBandsHeight(const REBAR_INFO *infoPtr, INT iBeginBand, INT iEndBand, INT yStart) in REBAR_SetBandsHeight()
1345 static void REBAR_LayoutRow(const REBAR_INFO *infoPtr, int iBeginBand, int iEndBand, int cx, int *p… in REBAR_LayoutRow()
1471 REBAR_SizeChildrenToHeight(const REBAR_INFO *infoPtr, int iBeginBand, int iEndBand, int extra, BOOL… in REBAR_SizeChildrenToHeight()