Home
last modified time | relevance | path

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

/reactos/base/setup/reactos/
H A Dtreelist.h184 #define TVCFMT_CENTER LVCFMT_CENTER
/reactos/dll/win32/comctl32/
H A Dlistview.c4808 case LVCFMT_CENTER: format |= DT_CENTER; break; in LISTVIEW_DrawItemPart()
8240 else if ((lpColumn->fmt & LVCFMT_JUSTIFYMASK) == LVCFMT_CENTER) in column_fill_hditem()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2605 #define LVCFMT_CENTER 0x2 macro