Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17817/src/lib
Modified Files:
Listview.f
Log Message:
Jos: Improved the text change for subitems.
Index: Listview.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/Listview.f,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Listview.f 2 May 2006 12:14:49 -0000 1.3
--- Listview.f 2 May 2006 21:16:20 -0000 1.4
***************
*** 565,573 ****
Addr: lv4 InsertItem: bb drop
! LVIF_TEXT SetMask: lv2
! 1 SetiItem: lv2
! 2 SetiSubItem: lv2
! z" s0" SetpszText: lv2
! Addr: lv2 SetItem: bb
;
--- 565,573 ----
Addr: lv4 InsertItem: bb drop
! LVIF_TEXT SetMask: lv2
! 1 >r SetiItem: lv2
! 2 SetiSubItem: lv2
! z" s0" SetpszText: lv2
! Addr: lv2 r> SetItemText: bb \ SetItemText: is more reliable than SetItem: for subitems
;
|