ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
int | iItem |
TBBUTTON | tbButton |
int | cchText |
LPSTR | pszText |
RECT | rcButton |
Definition at line 1438 of file commctrl.h.
int tagNMTOOLBARA::cchText |
Definition at line 1442 of file commctrl.h.
Referenced by test_notify_proc(), and TOOLBAR_GetButtonInfo().
NMHDR tagNMTOOLBARA::hdr |
Definition at line 1439 of file commctrl.h.
Referenced by TOOLBAR_CustomizeDialogProc(), and TOOLBAR_GetButtonInfo().
int tagNMTOOLBARA::iItem |
Definition at line 1440 of file commctrl.h.
Referenced by TOOLBAR_CustomizeDialogProc(), TOOLBAR_GetButtonInfo(), TOOLBAR_LButtonDown(), and TOOLBAR_LButtonUp().
LPSTR tagNMTOOLBARA::pszText |
Definition at line 1443 of file commctrl.h.
Referenced by test_notify_proc(), and TOOLBAR_GetButtonInfo().
RECT tagNMTOOLBARA::rcButton |
Definition at line 1444 of file commctrl.h.
Referenced by TOOLBAR_LButtonDown().
TBBUTTON tagNMTOOLBARA::tbButton |
Definition at line 1441 of file commctrl.h.
Referenced by TOOLBAR_GetButtonInfo().