Home
last modified time | relevance | path

Searched refs:HDS_DRAGDROP (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/psdk/
H A Dcommctrl.rh33 #define HDS_DRAGDROP 0x0040
H A Dcommctrl.h632 #define HDS_DRAGDROP 0x40 macro
/reactos/dll/win32/comctl32/
H A Dheader.c1795 if (!(infoPtr->dwStyle & HDS_DRAGDROP) || !HEADER_IsDragDistance(infoPtr, &pt)) in HEADER_LButtonUp()
1896 if (infoPtr->bPressed && !infoPtr->bDragging && (infoPtr->dwStyle & HDS_DRAGDROP) in HEADER_MouseMove()
H A Dlistview.c1662 DWORD dFlags = WS_CHILD | HDS_HORZ | HDS_FULLDRAG | HDS_DRAGDROP; in LISTVIEW_CreateHeader()
8735 style |= HDS_DRAGDROP; in LISTVIEW_SetExtendedListViewStyle()
8737 style &= ~HDS_DRAGDROP; in LISTVIEW_SetExtendedListViewStyle()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c1754 …ok(GetWindowLongPtrA(hHeader, GWL_STYLE) & HDS_DRAGDROP, "Expected header to have HDS_DRAGDROP\n"); in test_create()
/reactos/base/setup/reactos/
H A Dtreelist.c5355 …dow(WC_HEADER, NULL, WS_VISIBLE | WS_CHILD | HDS_HORZ | HDS_BUTTONS | HDS_DRAGDROP, sRect.left, sR… in TreeListInsertColumn()