indexing description: "Tree view message (TVM) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class 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 Tvm_setbkcolor: INTEGER is 4381 -- Declared in Windows as TVM_SETBKCOLOR Tvm_settextcolor: INTEGER is 4382 -- Declared in Windows as TVM_SETTEXTCOLOR Tvm_getbkcolor: INTEGER is 4383 -- Declared in Windows as TVM_GETBKCOLOR Tvm_gettextcolor: INTEGER is 4384 -- Declared in Windows as TVM_GETTEXTCOLOR end -- class WEL_TVM_CONSTANTS --|---------------------------------------------------------------- --| Windows Eiffel Library: library of reusable components for ISE Eiffel. --| Copyright (C) 1986-2001 Interactive Software Engineering Inc. --| All rights reserved. Duplication and distribution prohibited. --| May be used only with ISE Eiffel, under terms of user license. --| Contact ISE for any other use. --| --| Interactive Software Engineering Inc. --| ISE Building --| 360 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Electronic mail --| Customer support: http://support.eiffel.com> --| For latest info see award-winning pages: http://www.eiffel.com --|----------------------------------------------------------------