Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/scrollbar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9026
Modified Files:
scrollbar.dtpl
Log Message:
bit of this and a bit of that
Index: scrollbar.dtpl
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/scrollbar/scrollbar.dtpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** scrollbar.dtpl 29 Apr 2005 15:17:38 -0000 1.1.1.1
--- scrollbar.dtpl 15 May 2005 10:06:55 -0000 1.2
***************
*** 78,89 ****
handler:<br><br>
<DL>
<DT>'hscroll'
<DD>the Scrollbar is scrolled horizontally<br>
wp==scroll code<br>
! lp=tuple(oldPosition, newPosition)<br>
<DT>'vscroll'
<DD>the Scrollbar is scrolled vertically<br>
wp=scroll code<br>
! lp=tuple(oldPosition, newPosition)<br>
</DL>
--- 78,99 ----
handler:<br><br>
<DL>
+ <DT>'destroy'
+ <DD>the control is about to be destroyed<br>
+ wp=allways zero<br>
+ lp=allways zero
+ <br><br>
+
+
<DT>'hscroll'
<DD>the Scrollbar is scrolled horizontally<br>
wp==scroll code<br>
! lp=tuple(oldPosition, newPosition)
! <br><br>
!
<DT>'vscroll'
<DD>the Scrollbar is scrolled vertically<br>
wp=scroll code<br>
! lp=tuple(oldPosition, newPosition)
! <br><br>
</DL>
|