Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/treeview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19088
Modified Files:
treeview.dtpl
Log Message:
bit of this and a bit of that
Index: treeview.dtpl
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/treeview/treeview.dtpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** treeview.dtpl 15 May 2005 10:09:32 -0000 1.2
--- treeview.dtpl 2 Jul 2005 09:44:10 -0000 1.3
***************
*** 395,399 ****
</TR>
<TR>
! <TD>'showselallways'</TD>
<TD>Keeps the selection highlight when the control
looses focus</TD>
--- 395,399 ----
</TR>
<TR>
! <TD>'showselalways'</TD>
<TD>Keeps the selection highlight when the control
looses focus</TD>
***************
*** 897,900 ****
--- 897,912 ----
</P>
+
+ ::item:: EndEditLabel
+ <code>EndEditLabel(cancel=False)</code><br>
+ <P>ends label editing.
+ <br><br>
+ If cancel flag is True label editing is ended without saving the changes
+ <br><br>
+ <b>Return value</b><br>
+ True on success, False otherwise
+ </P>
+
+
::item:: GetEditControl
<code>GetEditControl()</code><br>
***************
*** 909,913 ****
::item:: ItemHittest
<code>ItemHittest(x, y)</code><br>
! <P>Tests the specified coordinates for an item being
there.<br>
Return value is tuple(hItem, *flags) or
--- 921,925 ----
::item:: ItemHittest
<code>ItemHittest(x, y)</code><br>
! <P>Tests the specified (screen) coordinates for an item being
there.<br>
Return value is tuple(hItem, *flags) or
***************
*** 948,953 ****
<code>EnshureVisible(handle)</code><br>
<P>Enshures that the specified item is visible.<br>
! The listview is scrolled and items are expanded to
! enshure this.<br><br>
Return value is True if any items had to be expanded,
False otherwise.
--- 960,966 ----
<code>EnshureVisible(handle)</code><br>
<P>Enshures that the specified item is visible.<br>
! The treeview is scrolled and items are expanded to
! enshure this.
! <br><br>
Return value is True if any items had to be expanded,
False otherwise.
|