From: Jos v.d.V. <jo...@us...> - 2010-06-03 08:56:45
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv734/src/tools Modified Files: ClassBrowser.f Log Message: Jos: Removed 'tvitem->tvins' and 'tvitem /tvitem erase' and the old tvitem Index: ClassBrowser.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/ClassBrowser.f,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ClassBrowser.f 18 Jul 2008 19:37:57 -0000 1.6 --- ClassBrowser.f 3 Jun 2010 08:56:38 -0000 1.7 *************** *** 35,39 **** : AddItem ( xt sztext hAfter hParent nChildren fChildren -- ) \ add an entry to the treeview tvins /tvins erase - tvitem /tvitem erase >r ( nChildren) to cChildren --- 35,38 ---- *************** *** 45,49 **** r> if TVIF_CHILDREN or then to mask - tvitem->tvins tvins 0 TVM_INSERTITEMA hWnd Call SendMessage to hPrev ; --- 44,47 ---- |