Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/listview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12925
Modified Files:
listview.dtpl
Log Message:
bit of this and a bit of that
Index: listview.dtpl
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/listview/listview.dtpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** listview.dtpl 15 May 2005 10:04:18 -0000 1.2
--- listview.dtpl 17 May 2005 20:17:15 -0000 1.3
***************
*** 1363,1369 ****
coordinates to test for. If an item or subitem is found at
the position its index is return value is a
! tuple(iItem, iSubItem, hit-position), else return value is None.
<br>
! Hit-position indicates where exactly the item was hit:
<DL>
<DT>'icon'
--- 1363,1369 ----
coordinates to test for. If an item or subitem is found at
the position its index is return value is a
! list[iItem, iSubItem, hit-position, *flags], else return value is None.
<br>
! *flags cabn be or more flags ndicating where exactly the item was hit:
<DL>
<DT>'icon'
***************
*** 1374,1378 ****
<DD>the part containing the state image was hit
<DT>'item'
! <DD>undeterminated
</DL>
</P>
--- 1374,1381 ----
<DD>the part containing the state image was hit
<DT>'item'
! <DD>either on label or on icon or on state image
! <DT>'nowhere'
! <DD>not on 'item'
!
</DL>
</P>
|