Searched refs:cyMaxChild (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | rebar.c | 622 rbi.cyMaxChild = 200; in test_layout() 650 rbi.cyMaxChild = 90; in test_layout() 928 INT cyChild, INT cyMaxChild, INT cyIntegral, INT cxIdeal, LPARAM lParam, in expect_band_content_() argument 955 expect_eq(line, rb.cyMaxChild, cyMaxChild, int, "%x"); in expect_band_content_() 965 cyChild, cyMaxChild, cyIntegral, cxIdeal, lParam, cxHeader, cxHeader_broken) \ argument 968 cyChild, cyMaxChild, cyIntegral, cxIdeal, lParam, cxHeader, cxHeader_broken) 992 rb.cyMaxChild = 20; in test_bandinfo()
|
/reactos/dll/win32/comctl32/ |
H A D | rebar.c | 111 UINT cyMaxChild; /* valid if _CHILDSIZE */ member 373 pB->cyMinChild, pB->cyChild, pB->cyMaxChild, pB->cyIntegral); in REBAR_DumpBandInfo() 475 cy = min(cy, lpBand->cyMaxChild); in round_child_height() 1484 int cyMaxChild = cyBandsOld - REBARSPACE(lpBand) + extra; in REBAR_SizeChildrenToHeight() local 1485 int cyChild = round_child_height(lpBand, cyMaxChild); in REBAR_SizeChildrenToHeight() 1770 (lpBand->cyMaxChild != lprbbi->cyMaxChild ) || in REBAR_CommonSetupBand() 1774 lpBand->cyMaxChild || in REBAR_CommonSetupBand() 1781 lpBand->cyMaxChild = lprbbi->cyMaxChild; in REBAR_CommonSetupBand() 1788 lpBand->cyMaxChild = 0x7fffffff; in REBAR_CommonSetupBand() 2320 lprbbi->cyMaxChild = lpBand->cyMaxChild; in REBAR_GetBandInfoT() [all …]
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | desktopbar.cpp | 140 rbBand.cyMaxChild = (ULONG)-1; in Init()
|
/reactos/dll/win32/browseui/ |
H A D | basebarsite.cpp | 247 bandInfo.cyMaxChild = 32000; in InsertBar()
|
H A D | internettoolbar.cpp | 288 bandInfo.cyMaxChild = fDeskBandInfo.ptMaxSize.y;
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CBandSite.cpp | 108 prbi->cyMaxChild = Band->dbi.ptMaxSize.y; in _BuildBandInfo()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 267 rbBand.cyMaxChild = 0; in MainFrameBase()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 1531 UINT cyMaxChild; member 1560 UINT cyMaxChild; member
|