From: Jos v.d.V. <jo...@us...> - 2010-06-03 08:56:48
|
Update of /cvsroot/win32forth/win32forth/Templates In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv734/Templates Modified Files: TreeViewInSplitWindow.f Log Message: Jos: Removed 'tvitem->tvins' and 'tvitem /tvitem erase' and the old tvitem Index: TreeViewInSplitWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/Templates/TreeViewInSplitWindow.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TreeViewInSplitWindow.f 17 Aug 2008 16:38:21 -0000 1.3 --- TreeViewInSplitWindow.f 3 Jun 2010 08:56:38 -0000 1.4 *************** *** 30,34 **** : AddItem ( sztext hAfter hParent nChildren -- ) tvins /tvins erase - tvitem /tvitem erase ( nChildren) to cChildren ( hParent) to hParent --- 30,33 ---- *************** *** 37,41 **** TVIF_TEXT TVIF_CHILDREN or to mask - tvitem->tvins tvins 0 TVM_INSERTITEMA hWnd Call SendMessage to hPrev --- 36,39 ---- |