[Wnd-commit] wnd/wnd_doc/doc/controls controls.dtpl,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-05-15 09:58:29
|
Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7472 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.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** controls.dtpl 29 Apr 2005 15:17:00 -0000 1.1.1.1 --- controls.dtpl 15 May 2005 09:58:20 -0000 1.2 *************** *** 199,206 **** (MyControl1, 0, 0, 100, 100) (MyControl2, 0, 110, 100, 100) ! (MyControl3, 0, 220, 100, 100) ) </pre> </P> --- 199,213 ---- (MyControl1, 0, 0, 100, 100) (MyControl2, 0, 110, 100, 100) ! (MyControl3, None, None, 100, 100) ) </pre> + <br><br> + You can adjust the behaviour of DeferWindows by either + setting x- or y-parameter for a window to None, to prevent moving of + the window, or by setting w- or h-parameter to None, to pevent sizing + of the window. + + </P> |