- indexing
- title: "Visual Eiffel Library.", "Win32 API: The `WAPI_TBNOTIFY%' structure contains information used to process notification messages from a toolbar."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_TBNOTIFY
- inherit
-
WAPI_ADAPTABLE
- end
- feature -- Class data
-
hdr: expanded WAPI_NMHDR
-
iItem: INTEGER
-
tbButton: expanded WAPI_TBBUTTON
-
cchText: INTEGER
-
pszText: POINTER
- feature -- Access
-
ptr: POINTER
- feature -- Queries
-
data_size: INTEGER
end -- class WAPI_TBNOTIFY