INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: The `WAPI_TBBUTTON%' structure contains information about a button in 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_TBBUTTON
feature -- Class data

iBitmap: INTEGER

idCommand: INTEGER

fsState: BIT 8

fsStyle: BIT 8

bReserved1: BIT 8

bReserved2: BIT 8

dwData: INTEGER

iString: INTEGER
feature -- Access

ptr: POINTER
feature -- Queries

data_size: INTEGER
feature -- Operations

set_iBitmap (ibitmap_: INTEGER)

set_idCommand (idcommand_: INTEGER)

set_fsState (fsstate_: BIT 8)

set_fsStyle (fsstyle_: BIT 8)

set_dwData (dwdata_: INTEGER)

set_iString (istring_: INTEGER)
end -- class WAPI_TBBUTTON

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES