- indexing
- title: "Visual Eiffel Library.", "Win32 API: The `WAPI_TBADDBITMAP%' structure adds a bitmap that contains button images to 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_TBADDBITMAP
- feature -- Class data
-
hInst: INTEGER
-
nID: INTEGER
- feature -- Access
-
ptr: POINTER
- feature -- Queries
-
data_size: INTEGER
- feature -- Operations
-
set_hInst (hinst_: INTEGER)
-
set_nID (nid_: INTEGER)
end -- class WAPI_TBADDBITMAP