INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Contains information about the Wm_paint 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_PAINT_STRUCT
inherit

WEL_STRUCTURE
end
creation

make
feature -- Access

erase: BOOLEAN
-- Must the background be erased?

rect_paint: WEL_RECT
-- Rectangle that specifies which part
-- must be painted.
ensure
result_not_void: Result /= void
feature -- Measurement

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

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES