[Wnd-commit] wnd/wnd_doc/doc/controls/window classes/window window.dtpl,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-02 09:49:24
|
Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/window classes/window In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21597 Modified Files: window.dtpl Log Message: bit of this and a bit of that Index: window.dtpl =================================================================== RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/window classes/window/window.dtpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** window.dtpl 29 Apr 2005 15:19:27 -0000 1.1.1.1 --- window.dtpl 2 Jul 2005 09:49:12 -0000 1.2 *************** *** 74,79 **** </TR> <TR> ! <TD></TD> ! <TD></TD> </TR> </TABLE> --- 74,79 ---- </TR> <TR> ! <TD>'thickframe'</TD> ! <TD>draws a thick frame around the window and enables resizing</TD> </TR> </TABLE> *************** *** 506,510 **** ::item:: SetIcon ! <code>SetIcon(Icon')</code><br> <P>Sets the icon to be displayed in the title bar of the window <br><br> --- 506,510 ---- ::item:: SetIcon ! <code>SetIcon(Icon)</code><br> <P>Sets the icon to be displayed in the title bar of the window <br><br> |