Update of /cvsroot/win32forth/win32forth/demos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18199/demos
Modified Files:
ListViewDemo.f
Log Message:
Jos: Improved the text change for subitems.
Index: ListViewDemo.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/ListViewDemo.f,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ListViewDemo.f 2 May 2006 15:55:48 -0000 1.4
--- ListViewDemo.f 2 May 2006 21:17:01 -0000 1.5
***************
*** 289,296 ****
LVIF_TEXT SetMask: LvItem \ Inserting a subitem
! SetiItem: LvItem \ Uses the index from "Jack"
2 SetiSubItem: LvItem
z" 2043 VD" SetpszText: LvItem
! Addr: LvItem SetItem: ListViewRightBottom
--- 289,296 ----
LVIF_TEXT SetMask: LvItem \ Inserting a subitem
! dup>r SetiItem: LvItem \ Uses the index from "Jack"
2 SetiSubItem: LvItem
z" 2043 VD" SetpszText: LvItem
! Addr: LvItem r> SetItemText: ListViewRightBottom
|