INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Line capabilities (LC) 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_LINE_CAPABILITIES_CONSTANTS
inherit

WAPI_LINE_CAPABILITIES
rename
lc_none as b32lc_none,
lc_polyline as b32lc_polyline,
lc_marker as b32lc_marker,
lc_polymarker as b32lc_polymarker,
lc_wide as b32lc_wide,
lc_styled as b32lc_styled,
lc_widestyled as b32lc_widestyled,
lc_interiors as b32lc_interiors
end
feature -- Access

Lc_none: INTEGER
-- Supports no lines

Lc_polyline: INTEGER
-- Supports polylines

Lc_marker: INTEGER
-- Supports markers

Lc_polymarker: INTEGER
-- Supports polymarkers

Lc_wide: INTEGER
-- Supports wide lines

Lc_styled: INTEGER
-- Supports styled lines

Lc_wide_styled: INTEGER
-- Supports wide, styled lines

Lc_interiors: INTEGER
-- Supports interiors
end -- class WEL_LINE_CAPABILITIES_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES