Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Drebar.c358 if (pB->fMask & (RBBIM_SIZE | RBBIM_IDEALSIZE | RBBIM_HEADERSIZE | RBBIM_LPARAM )) { in REBAR_DumpBandInfo()
362 if (pB->fMask & RBBIM_IDEALSIZE) in REBAR_DumpBandInfo()
410 if (pB->fMask & (RBBIM_SIZE | RBBIM_IDEALSIZE | RBBIM_LPARAM )) { in REBAR_DumpBand()
413 if (pB->fMask & RBBIM_IDEALSIZE) in REBAR_DumpBand()
1817 if( (lprbbi->fMask & RBBIM_IDEALSIZE) && in REBAR_CommonSetupBand()
1821 uChanged |= RBBIM_IDEALSIZE; in REBAR_CommonSetupBand()
2336 if (lprbbi->fMask & RBBIM_IDEALSIZE) in REBAR_GetBandInfoT()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Ddesktopbar.cpp138 …nd.fMask = RBBIM_TEXT|RBBIM_STYLE|RBBIM_CHILD|RBBIM_CHILDSIZE|RBBIM_SIZE|RBBIM_ID|RBBIM_IDEALSIZE; in Init()
/reactos/base/applications/wordpad/
H A Dprint.c134 … rb.fMask = RBBIM_SIZE | RBBIM_CHILDSIZE | RBBIM_STYLE | RBBIM_CHILD | RBBIM_IDEALSIZE | RBBIM_ID; in AddTextButton()
603 … rb.fMask = RBBIM_SIZE | RBBIM_CHILDSIZE | RBBIM_STYLE | RBBIM_CHILD | RBBIM_IDEALSIZE | RBBIM_ID; in preview_bar_show()
/reactos/modules/rostests/winetests/comctl32/
H A Drebar.c490 rbi.fMask = RBBIM_SIZE | RBBIM_CHILDSIZE | RBBIM_CHILD | RBBIM_IDEALSIZE | RBBIM_TEXT; in add_band_w()
937 | RBBIM_HEADERSIZE | RBBIM_ID | RBBIM_IDEALSIZE | RBBIM_IMAGE | RBBIM_LPARAM in expect_band_content_()
/reactos/dll/win32/browseui/
H A Dbasebarsite.cpp234 bandInfo.fMask = RBBIM_STYLE | RBBIM_CHILD | RBBIM_CHILDSIZE | RBBIM_IDEALSIZE | RBBIM_TEXT | in InsertBar()
H A Dinternettoolbar.cpp255 bandInfo.fMask = RBBIM_LPARAM | RBBIM_IDEALSIZE | RBBIM_ID | RBBIM_CHILDSIZE | RBBIM_CHILD |
/reactos/dll/win32/browseui/shellbars/
H A DCBandSite.cpp120 prbi->fMask |= RBBIM_IDEALSIZE | RBBIM_SIZE | RBBIM_CHILDSIZE; in _BuildBandInfo()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1511 #define RBBIM_IDEALSIZE 0x200 macro