From: Jos v.d.V. <jo...@us...> - 2006-05-07 12:35:45
|
Update of /cvsroot/win32forth/win32forth/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29271/demos Modified Files: ListViewDemo.f Log Message: Jos: LVS_SHOWSELALWAYS will keep the selected items visible Index: ListViewDemo.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/ListViewDemo.f,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ListViewDemo.f 6 May 2006 12:31:16 -0000 1.10 --- ListViewDemo.f 7 May 2006 12:35:39 -0000 1.11 *************** *** 23,27 **** :M WindowStyle: ( -- style ) WindowStyle: super ! [ LVS_REPORT LVS_SORTASCENDING or LVS_EDITLABELS or ] literal or ;M --- 23,27 ---- :M WindowStyle: ( -- style ) WindowStyle: super ! [ LVS_REPORT LVS_SHOWSELALWAYS OR LVS_SORTASCENDING or LVS_EDITLABELS or ] literal or ;M *************** *** 40,44 **** :M WindowStyle: ( -- style ) WindowStyle: super ! [ LVS_REPORT LVS_EDITLABELS or ] literal or ;M --- 40,44 ---- :M WindowStyle: ( -- style ) WindowStyle: super ! [ LVS_REPORT LVS_SHOWSELALWAYS OR LVS_EDITLABELS or ] literal or ;M |