INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "This class allows to set a buffer into a rich edit ", "control. Used internally by WEL. ", "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_RICH_EDIT_BUFFER_LOADER
inherit

WEL_RICH_EDIT_STREAM_IN
rename
make as rich_edit_stream_in_make
end
creation

make
feature {NONE}-- Initialization

make (a_string: STRING)
-- Set `a_string' to the rich edit control.
require
a_string_not_void: a_string /= void
ensure
string_set: w_string = a_string
invariant

string_not_void: w_string /= void
positive_last_position: last_position > 0
end -- class WEL_RICH_EDIT_BUFFER_LOADER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES