Home
last modified time | relevance | path

Searched refs:HDS_HORZ (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/psdk/
H A Dcommctrl.rh29 #define HDS_HORZ 0x0000
H A Dcommctrl.h628 #define HDS_HORZ 0x0 macro
/reactos/modules/rostests/winetests/comctl32/
H A Dheader.c329 WS_CHILD|WS_BORDER|WS_VISIBLE|HDS_BUTTONS|HDS_HORZ, in create_header_control()
508 WS_CHILD|WS_BORDER|WS_VISIBLE|HDS_BUTTONS|HDS_HORZ, in create_custom_header_control()
H A Dlistview.c6040 WS_BORDER|WS_VISIBLE|HDS_BUTTONS|HDS_HORZ, in test_header_proc()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.cpp129 …HWND hwnd = CreateWindow(WC_HEADER, 0, WS_CHILD|WS_VISIBLE|HDS_HORZ/*@todo |HDS_BUTTONS + sort ord… in create_header()
/reactos/dll/win32/comctl32/
H A Dlistview.c1662 DWORD dFlags = WS_CHILD | HDS_HORZ | HDS_FULLDRAG | HDS_DRAGDROP; in LISTVIEW_CreateHeader()
/reactos/base/setup/reactos/
H A Dtreelist.c5355 …pData->hHeader = CreateWindow(WC_HEADER, NULL, WS_VISIBLE | WS_CHILD | HDS_HORZ | HDS_BUTTONS | HD… in TreeListInsertColumn()