indexing
	description: "Common control Track Bar Message (TBM) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_TBM_CONSTANTS

feature -- Access

	Tbm_clearsel: INTEGER is 1043
			-- Declared in Windows as TBM_CLEARSEL

	Tbm_cleartics: INTEGER is 1033
			-- Declared in Windows as TBM_CLEARTICS

	Tbm_getlinesize: INTEGER is 1048
			-- Declared in Windows as TBM_GETLINESIZE

	Tbm_getnumtics: INTEGER is 1040
			-- Declared in Windows as TBM_GETNUMTICS

	Tbm_getpagesize: INTEGER is 1046
			-- Declared in Windows as TBM_GETPAGESIZE

	Tbm_getpos: INTEGER is 1024
			-- Declared in Windows as TBM_GETPOS

	Tbm_getptics: INTEGER is 1038
			-- Declared in Windows as TBM_GETPTICS

	Tbm_getrangemax: INTEGER is 1026
			-- Declared in Windows as TBM_GETRANGEMAX

	Tbm_getrangemin: INTEGER is 1025
			-- Declared in Windows as TBM_GETRANGEMIN

	Tbm_getselend: INTEGER is 1042
			-- Declared in Windows as TBM_GETSELEND

	Tbm_getselstart: INTEGER is 1041
			-- Declared in Windows as TBM_GETSELSTART

	Tbm_gettic: INTEGER is 1027
			-- Declared in Windows as TBM_GETTIC

	Tbm_getticpos: INTEGER is 1039
			-- Declared in Windows as TBM_GETTICPOS

	Tbm_setlinesize: INTEGER is 1047
			-- Declared in Windows as TBM_SETLINESIZE

	Tbm_setpagesize: INTEGER is 1045
			-- Declared in Windows as TBM_SETPAGESIZE

	Tbm_setpos: INTEGER is 1029
			-- Declared in Windows as TBM_SETPOS

	Tbm_setrange: INTEGER is 1030
			-- Declared in Windows as TBM_SETRANGE

	Tbm_setrangemax: INTEGER is 1032
			-- Declared in Windows as TBM_SETRANGEMAX

	Tbm_setrangemin: INTEGER is 1031
			-- Declared in Windows as TBM_SETRANGEMIN

	Tbm_setsel: INTEGER is 1034
			-- Declared in Windows as TBM_SETSEL

	Tbm_setselend: INTEGER is 1036
			-- Declared in Windows as TBM_SETSELEND

	Tbm_setselstart: INTEGER is 1035
			-- Declared in Windows as TBM_SETSELSTART

	Tbm_settic: INTEGER is 1028
			-- Declared in Windows as TBM_SETTIC
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_TBM_CONSTANTS