indexing description: "Format flags for feature format of class WEL_HD_ITEM." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_HDF_CONSTANTS feature -- Access frozen Hdf_center: INTEGER is -- Centers the contents of the item. external "C [macro %"cctrl.h%"]" alias "HDF_CENTER" end frozen Hdf_left: INTEGER is -- Left aligns the contents of the item. external "C [macro %"cctrl.h%"]" alias "HDF_LEFT" end frozen Hdf_right: INTEGER is -- Right aligns the contents of the item. external "C [macro %"cctrl.h%"]" alias "HDF_RIGHT" end frozen Hdf_justify_mask: INTEGER is -- You can use this mask to isolate the text justification -- portion of the fmt member. external "C [macro %"cctrl.h%"]" alias "HDF_JUSTIFYMASK" end frozen Hdf_owner_draw: INTEGER is -- The owner window of the header control draws the item. external "C [macro %"cctrl.h%"]" alias "HDF_OWNERDRAW" end frozen Hdf_bitmap: INTEGER is -- The item displays a bitmap. external "C [macro %"cctrl.h%"]" alias "HDF_BITMAP" end frozen Hdf_string: INTEGER is -- The item displays a string. external "C [macro %"cctrl.h%"]" alias "HDF_STRING" end frozen Hdf_image: INTEGER is -- The item displays an image from an image list. external "C [macro %"cctrl.h%"]" alias "HDF_IMAGE" end frozen Hdf_rtl_reading: INTEGER is -- In addition, on Hebrew or Arabic systems you can specify this flag -- to display text using right-to-left reading order. external "C [macro %"cctrl.h%"]" alias "HDF_RTLREADING" end end -- class WEL_HDM_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 --|----------------------------------------------------------------