Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/listview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8519
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.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** listview.dtpl 29 Apr 2005 15:18:45 -0000 1.1.1.1
--- listview.dtpl 15 May 2005 10:04:18 -0000 1.2
***************
*** 594,597 ****
--- 594,604 ----
<br><br>
+ <DT>'destroy'
+ <DD>the control is about to be destroyed<br>
+ wp=allways zero<br>
+ lp=allways zero
+ <br><br>
+
+
<DT>'endlabeledit'
<DD>the item has been edited<br>
***************
*** 630,644 ****
<br><br>
! <DT>'lmdouble'
! <DD>
<br><br>
<DT>'lmbdown'
! <DT>'lmbup'
! <DD>
<br><br>
<DT>'return'
! <DD>
<br><br>
--- 637,656 ----
<br><br>
! <DT>'lmdoubble'
! <DD>left mouse double click on th elistview<br>
! wp=allways zero<br>
! lp=allways zero
<br><br>
<DT>'lmbdown'
! <DT>left mouse button released<br>
! <DD>wp=allways zero<br>
! lp=allways zero
<br><br>
<DT>'return'
! <DD>send when the return key is hit<br>
! wp=allways zero<br>
! lp=allways zero
<br><br>
***************
*** 731,735 ****
<P>
Append an item to the listview
! See <a HREF="InsertItem.hrml">InsertItem</a>
for details
<br><br>
--- 743,747 ----
<P>
Append an item to the listview
! See <a HREF="InsertItem.html">InsertItem</a>
for details
<br><br>
***************
*** 795,799 ****
</P>
! ::item::ItemHasFocus
<code>ItemHasFocus(lineno)</code><br>
<P>Returns True if the item has the keyboard focus,
--- 807,811 ----
</P>
! ::item:: ItemHasFocus
<code>ItemHasFocus(lineno)</code><br>
<P>Returns True if the item has the keyboard focus,
***************
*** 1199,1202 ****
--- 1211,1215 ----
to the begining of the listview. If wrap is True the search
continues at the top of the listview.
+ <br><br>
<b>Return value</b><br>
the index of the line containing the string if
|