indexing
	description: "Tree view message (TVM) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_TVM_CONSTANTS

feature -- Access

	Tvm_createdragimage: INTEGER is 4370
			-- Declared in Windows as TVM_CREATEDRAGIMAGE

	Tvm_deleteitem: INTEGER is 4353
			-- Declared in Windows as TVM_DELETEITEM

	Tvm_editlabel: INTEGER is 4366
			-- Declared in Windows as TVM_EDITLABEL

	Tvm_endeditlabelnow: INTEGER is 4374
			-- Declared in Windows as TVM_ENDEDITLABELNOW

	Tvm_ensurevisible: INTEGER is 4372
			-- Declared in Windows as TVM_ENSUREVISIBLE

	Tvm_expand: INTEGER is 4354
			-- Declared in Windows as TVM_EXPAND

	Tvm_getcount: INTEGER is 4357
			-- Declared in Windows as TVM_GETCOUNT

	Tvm_geteditcontrol: INTEGER is 4367
			-- Declared in Windows as TVM_GETEDITCONTROL

	Tvm_getimagelist: INTEGER is 4360
			-- Declared in Windows as TVM_GETIMAGELIST

	Tvm_getindent: INTEGER is 4358
			-- Declared in Windows as TVM_GETINDENT

	Tvm_getisearchstring: INTEGER is 4375
			-- Declared in Windows as TVM_GETISEARCHSTRING

	Tvm_getitem: INTEGER is 4364
			-- Declared in Windows as TVM_GETITEM

	Tvm_getitemrect: INTEGER is 4356
			-- Declared in Windows as TVM_GETITEMRECT

	Tvm_getnextitem: INTEGER is 4362
			-- Declared in Windows as TVM_GETNEXTITEM

	Tvm_getvisiblecount: INTEGER is 4368
			-- Declared in Windows as TVM_GETVISIBLECOUNT

	Tvm_hittest: INTEGER is 4369
			-- Declared in Windows as TVM_HITTEST

	Tvm_insertitem: INTEGER is 4352
			-- Declared in Windows as TVM_INSERTITEM

	Tvm_selectitem: INTEGER is 4363
			-- Declared in Windows as TVM_SELECTITEM

	Tvm_setimagelist: INTEGER is 4361
			-- Declared in Windows as TVM_SETIMAGELIST

	Tvm_setindent: INTEGER is 4359
			-- Declared in Windows as TVM_SETINDENT

	Tvm_setitem: INTEGER is 4365
			-- Declared in Windows as TVM_SETITEM

	Tvm_sortchildren: INTEGER is 4371
			-- Declared in Windows as TVM_SORTCHILDREN

	Tvm_sortchildrencb: INTEGER is 4373
			-- Declared in Windows as TVM_SORTCHILDRENCB
	
invariant

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

end -- class WEL_TVM_CONSTANTS