INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: The `WAPI_TC_ITEM%' class specifies or receives the attributes of a Tab Control item."
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_TC_ITEM
inherit

WAPI_GET_POINTER
end
feature -- Class data

mask: BIT 32

dwState: BIT 32

dwStateMask: BIT 32

pszText: POINTER

cchTextMax: INTEGER

iImage: INTEGER

lParam: INTEGER
feature -- Access

ptr: POINTER
feature -- Operations

set_mask (mask_: BIT 32)

set_dwState (dwstate_: BIT 32)

set_dwStateMask (dwstatemask_: BIT 32)

set_pszText (psztext_: POINTER)

set_cchTextMax (cchtextmax_: INTEGER)

set_iImage (iimage_: INTEGER)

set_lParam (lparam_: INTEGER)
end -- class WAPI_TC_ITEM

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES