INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Pen style (PS) 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_PS_CONSTANTS
inherit

WAPI_PEN_STYLES
rename
ps_solid as b32ps_solid,
ps_dash as b32ps_dash,
ps_dot as b32ps_dot,
ps_dashdot as b32ps_dashdot,
ps_dashdotdot as b32ps_dashdotdot,
ps_null as b32ps_null,
ps_insideframe as b32ps_insideframe,
ps_userstyle as b32ps_userstyle,
ps_alternate as b32ps_alternate,
ps_style_mask as b32ps_style_mask,
ps_endcap_round as b32ps_endcap_round,
ps_endcap_square as b32ps_endcap_square,
ps_endcap_flat as b32ps_endcap_flat,
ps_endcap_mask as b32ps_endcap_mask,
ps_join_round as b32ps_join_round,
ps_join_bevel as b32ps_join_bevel,
ps_join_miter as b32ps_join_miter,
ps_join_mask as b32ps_join_mask,
ps_cosmetic as b32ps_cosmetic,
ps_geometric as b32ps_geometric,
ps_type_mask as b32ps_type_mask,
ad_counterclockwise as b32ad_counterclockwise,
ad_clockwise as b32ad_clockwise
end
feature -- Access

Ps_solid: INTEGER

Ps_dash: INTEGER

Ps_dot: INTEGER

Ps_dashdot: INTEGER

Ps_dashdotdot: INTEGER

Ps_null: INTEGER

Ps_insideframe: INTEGER
feature -- Status report

valid_pen_style_constant (c: INTEGER): BOOLEAN
-- Is `c' a valid pen style constant?
end -- class WEL_PS_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES