|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <commctrl.h>

Public Attributes | |
| NMHDR | hdr |
| int | iItem |
| TBBUTTON | tbButton |
| int | cchText |
| LPWSTR | pszText |
| RECT | rcButton |
Definition at line 1447 of file commctrl.h.
| int tagNMTOOLBARW::cchText |
Definition at line 1451 of file commctrl.h.
Referenced by PAGER_Notify(), TOOLBAR_CustomizeDialogProc(), and TOOLBAR_GetButtonInfo().
| NMHDR tagNMTOOLBARW::hdr |
Definition at line 1448 of file commctrl.h.
Referenced by notifysink_on_tvn_dropdown(), CInternetToolbar::OnMenuDropDown(), TOOLBAR_Cust_AddButton(), TOOLBAR_Cust_MoveButton(), TOOLBAR_DeleteButton(), TOOLBAR_GetButtonInfo(), TOOLBAR_IsButtonRemovable(), TOOLBAR_MouseLeave(), and TOOLBAR_MouseMove().
| int tagNMTOOLBARW::iItem |
Definition at line 1449 of file commctrl.h.
Referenced by CInternetToolbar::OnMenuDropDown(), TOOLBAR_Cust_AddButton(), TOOLBAR_Cust_MoveButton(), TOOLBAR_CustomizeDialogProc(), TOOLBAR_DeleteButton(), TOOLBAR_GetButtonInfo(), TOOLBAR_IsButtonRemovable(), TOOLBAR_MouseLeave(), and TOOLBAR_MouseMove().
| LPWSTR tagNMTOOLBARW::pszText |
Definition at line 1452 of file commctrl.h.
Referenced by PAGER_Notify(), TOOLBAR_CustomizeDialogProc(), and TOOLBAR_GetButtonInfo().
| RECT tagNMTOOLBARW::rcButton |
Definition at line 1453 of file commctrl.h.
Referenced by notifysink_on_tvn_dropdown().
| TBBUTTON tagNMTOOLBARW::tbButton |
Definition at line 1450 of file commctrl.h.
Referenced by TOOLBAR_CustomizeDialogProc(), TOOLBAR_DeleteButton(), TOOLBAR_GetButtonInfo(), and TOOLBAR_IsButtonRemovable().