Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/include/
H A Dcontrols.h52 #define CBF_NORESIZE 0x0080 macro
/reactos/dll/win32/comctl32/
H A Dcomctl32.h137 CBF_NORESIZE = 0x0080, enumerator
H A Dcombo.c299 lphc->wState |= CBF_NORESIZE; in CBForceDummyResize()
306 lphc->wState &= ~CBF_NORESIZE; in CBForceDummyResize()
1392 if (!lphc->hWndLBox || (lphc->wState & CBF_NORESIZE)) in COMBO_Size()
1429 lphc->wState |= CBF_NORESIZE; in COMBO_Size()
1432 lphc->wState &= ~CBF_NORESIZE; in COMBO_Size()
/reactos/win32ss/user/user32/controls/
H A Dcombo.c1897 if (lphc->hWndLBox && !(lphc->wState & CBF_NORESIZE)) in ComboWndProc_common()