Home
last modified time | relevance | path

Searched refs:TVM_SETLINECOLOR (Results 1 – 5 of 5) sorted by relevance

/reactos/base/setup/reactos/
H A Dtreelist.h347 #ifndef TVM_SETLINECOLOR
348 #define TVM_SETLINECOLOR (TV_FIRST+40) macro
H A Dtreelist.c11795 case TVM_SETLINECOLOR: in TreeListProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3602 #define TVM_SETLINECOLOR (TV_FIRST+40) macro
3603 #define TreeView_SetLineColor(hwnd,clr) (COLORREF)SNDMSG((hwnd),TVM_SETLINECOLOR,0,(LPARAM)(clr))
/reactos/sdk/include/reactos/
H A Dmsgdump.h5064 HANDLE_MSG(hwnd, TVM_SETLINECOLOR, MD_TreeView_OnSetLineColor); in MD_msgdump()
5779 DEFINE_RESULT(TVM_SETLINECOLOR); in MD_msgresult()
/reactos/dll/win32/comctl32/
H A Dtreeview.c5794 case TVM_SETLINECOLOR: in TREEVIEW_WindowProc()