INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Stretch mode constants. ", "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_STRETCH_MODE_CONSTANTS
feature -- Access

Stretch_andscans: INTEGER

Stretch_deletescans: INTEGER

Stretch_orscans: INTEGER
feature -- Status report

valid_stretch_mode_constant (c: INTEGER): BOOLEAN
-- Is `c' a valid stretch mode constant?
end -- class WEL_STRETCH_MODE_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES