Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3713/src/lib
Modified Files:
Listview.f
Log Message:
Jos: Enabled the extended styles fro a listview
Index: Listview.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/Listview.f,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Listview.f 7 May 2006 10:54:26 -0000 1.7
--- Listview.f 23 May 2006 19:42:38 -0000 1.8
***************
*** 322,326 ****
:M SetItemState: ( pitem i -- f ) LVM_SETITEMSTATE hWnd Call SendMessage ;M
:M SetItemText: ( pitem i -- f ) LVM_SETITEMTEXT hWnd Call SendMessage ;M
!
( -------------------------------------------------------------------)
( Callback Items )
--- 322,327 ----
:M SetItemState: ( pitem i -- f ) LVM_SETITEMSTATE hWnd Call SendMessage ;M
:M SetItemText: ( pitem i -- f ) LVM_SETITEMTEXT hWnd Call SendMessage ;M
! :M SetExtendedStyle: ( fl lvs_ex_style - ) LVM_SETEXTENDEDLISTVIEWSTYLE
! hWnd Call SendMessage drop ;M
( -------------------------------------------------------------------)
( Callback Items )
|