Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/
H A Dinternettoolbar.h224 NOTIFY_HANDLER(0, TBN_DROPDOWN, OnMenuDropDown)
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuToolbars.cpp70 case TBN_DROPDOWN: in OnWinEvent()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1913 SPNFY(TBN_DROPDOWN, NMTOOLBARA),
/reactos/dll/win32/comdlg32/
H A Ditemdlg.c1108 case TBN_DROPDOWN: return notifysink_on_tvn_dropdown(This, lparam); in notifysink_on_wm_notify()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1316 #define TBN_DROPDOWN (TBN_FIRST - 10) macro
/reactos/dll/win32/comctl32/
H A Dtoolbar.c5874 res = TOOLBAR_SendNotify ((NMHDR *) &nmtb, infoPtr, TBN_DROPDOWN); in TOOLBAR_LButtonDown()