From: Jos v.d.V. <jo...@us...> - 2009-10-31 18:11:10
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13300/src/lib Modified Files: treeview.f Log Message: Jos: Added GetLastVisible: Index: treeview.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/treeview.f,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** treeview.f 13 Oct 2006 03:50:29 -0000 1.12 --- treeview.f 31 Oct 2009 18:10:58 -0000 1.13 *************** *** 256,259 **** --- 256,260 ---- :M GetNext: ( hItem -- hItem ) TVGN_NEXT GetNextItem: self ;M :M GetPrevious: ( hItem -- hItem ) TVGN_PREVIOUS GetNextItem: self ;M + :M GetLastVisible: ( hItem -- hItem ) TVGN_LASTVISIBLE GetNextItem: self ;M int maxwidth |