indexing description: "Tree view message (TVM) constants." legal: "See notice at end of class." 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 4417 -- 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 4416 -- Declared in Windows as TVM_GETISEARCHSTRING Tvm_getitem: INTEGER is 4414 -- 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 4402 -- 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 4415 -- 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_getitemheight: INTEGER is 4380 -- Declared in Windows as TVM_GETITEMHEIGHT 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 indexing copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class WEL_TVM_CONSTANTS