indexing description: "Possible flags of the results of a hit test on a% %header control" status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_HHT_CONSTANTS feature -- Access Hht_nowhere: INTEGER is -- The point is inside the bounding rectangle of the header control but -- is not over a header item. external "C [macro %"cctrl.h%"]" alias "HHT_NOWHERE" end Hht_on_divider: INTEGER is -- The point is on the divider between two header items. external "C [macro %"cctrl.h%"]" alias "HHT_ONDIVIDER" end Hht_on_div_open: INTEGER is -- The point is on the divider of an item that has a width of zero. -- Dragging the divider reveals the item instead of resizing the item -- to the left of the divider. external "C [macro %"cctrl.h%"]" alias "HHT_ONDIVOPEN" end Hht_on_header: INTEGER is -- The point is inside the bounding rectangle of the header control. external "C [macro %"cctrl.h%"]" alias "HHT_ONHEADER" end Hht_to_left: INTEGER is -- The point is to the left of the bounding rectangle of the header control. external "C [macro %"cctrl.h%"]" alias "HHT_TOLEFT" end Hht_to_right: INTEGER is -- The point is to the right of the bounding rectangle of the header control. external "C [macro %"cctrl.h%"]" alias "HHT_TORIGHT" end end -- class WEL_HHT_CONSTANTS --|---------------------------------------------------------------- --| Windows Eiffel Library: library of reusable components for ISE Eiffel. --| Copyright (C) 1985-2004 Eiffel Software. All rights reserved. --| Duplication and distribution prohibited. May be used only with --| ISE Eiffel, under terms of user license. --| Contact Eiffel Software for any other use. --| --| Interactive Software Engineering Inc. --| dba Eiffel Software --| 356 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Contact us at: http://www.eiffel.com/general/email.html --| Customer support: http://support.eiffel.com --| For latest info on our award winning products, visit: --| http://www.eiffel.com --|----------------------------------------------------------------