- indexing
- title: "Hit test (HT) code 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_HT_CONSTANTS
- feature -- Access
-
HTERROR: INTEGER
-
HTTRANSPARENT: INTEGER
-
HTNOWHERE: INTEGER
-
HTCLIENT: INTEGER
-
HTCAPTION: INTEGER
-
HTSYSMENU: INTEGER
-
HTGROWBOX: INTEGER
-
HTSIZE: INTEGER
-
HTMENU: INTEGER
-
HTHSCROLL: INTEGER
-
HTVSCROLL: INTEGER
-
HTMINBUTTON: INTEGER
-
HTMAXBUTTON: INTEGER
-
HTLEFT: INTEGER
-
HTRIGHT: INTEGER
-
HTTOP: INTEGER
-
HTTOPLEFT: INTEGER
-
HTTOPRIGHT: INTEGER
-
HTBOTTOM: INTEGER
-
HTBOTTOMLEFT: INTEGER
-
HTBOTTOMRIGHT: INTEGER
-
HTBORDER: INTEGER
-
HTREDUCE: INTEGER
-
HTZOOM: INTEGER
-
HTSIZEFIRST: INTEGER
-
HTSIZELAST: INTEGER
-
HTOBJECT: INTEGER
-
HTCLOSE: INTEGER
-
HTHELP: INTEGER
end -- class WEL_HT_CONSTANTS