[Wnd-commit] wnd/wnd_doc/doc/controls controls.dtpl,1.2,1.3
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-02 09:39:14
|
Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16219 Modified Files: controls.dtpl Log Message: bit of this and a bit of that Index: controls.dtpl =================================================================== RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/controls.dtpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** controls.dtpl 15 May 2005 09:58:20 -0000 1.2 --- controls.dtpl 2 Jul 2005 09:39:05 -0000 1.3 *************** *** 339,342 **** --- 339,346 ---- <br><br> When the window or control closes all timers still open will be killed + <br><br> + You can use the <a HREF="IsOwnTimer.html">IsOwnTimer</a> + method to check if the ID of a timer was registered using this + method or not </P> *************** *** 344,349 **** --- 348,365 ---- <code>KillTimer(ID)</code><br> <P>Kills a timer + <br><br> + See <a HREF="SetTimer.html">SetTimer</a> + </P> + ::item:: IsOwnTimer + <code>IsOwnTimer(ID)</code><br> + <P>Returns True if the ID of a timer was registered + by the window using the + <a HREF="SetTimer.html">SetTimer</a> method, False otherwise + </P> + + + ::item:: GetTimers <code>GetTimers()</code><br> *************** *** 535,539 **** <code>SetFont(Font)</code><br> <P> ! Sets the font for the window. Font should be a font class. </P> --- 551,556 ---- <code>SetFont(Font)</code><br> <P> ! Sets the font for the window. Font should be a font instance or a font ! handle as returned by a call to <a HREF="GetFont.html">GetFont</a>. </P> *************** *** 777,781 **** </P> ! ::item:: HasMouseCapture <code>HasMouseCapture()</code><br> <P> --- 794,798 ---- </P> ! ::item:: HasMouseCapture <code>HasMouseCapture()</code><br> <P> |