INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Contains information about a tree view notification message.", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_NM_TREE_VIEW
inherit

WEL_STRUCTURE
end
creation

make,
make_by_nmhdr,
make_by_pointer
feature {NONE}-- Initialization

make_by_nmhdr (a_nmhdr: WEL_NMHDR)
-- Make the structure with `a_nmhdr'.
require
a_nmhdr_not_void: a_nmhdr /= void
feature -- Access

hdr: WEL_NMHDR
-- Information about the Wm_notify message.
ensure
result_not_void: Result /= void

new_item: WEL_TREE_VIEW_ITEM
-- Information about the new item state
ensure
result_not_void: Result /= void

old_item: WEL_TREE_VIEW_ITEM
-- Information about the old item state
ensure
result_not_void: Result /= void
feature -- Measurement

structure_size: INTEGER
-- Size to allocate (in bytes)
end -- class WEL_NM_TREE_VIEW

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES