[Wnd-commit] wnd/wnd_doc/doc/tools/dlgeditor/dlgtemplate dlgtemplate.dtpl,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-23 20:15:05
|
Update of /cvsroot/wnd/wnd/wnd_doc/doc/tools/dlgeditor/dlgtemplate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8025 Modified Files: dlgtemplate.dtpl Log Message: bit of this and a bit of that Index: dlgtemplate.dtpl =================================================================== RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/tools/dlgeditor/dlgtemplate/dlgtemplate.dtpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dlgtemplate.dtpl 29 Apr 2005 15:15:22 -0000 1.1.1.1 --- dlgtemplate.dtpl 23 Jul 2005 20:14:57 -0000 1.2 *************** *** 4,10 **** <code class=import>defined in: wnd.tools.dlgeditor.dlgtemplate</code><br><br> <code>DlgTemplate()</code><br> ! Bare bones dialog editor to create Dialog templates you can save to file ! or whatever. ! <br><br> --- 4,10 ---- <code class=import>defined in: wnd.tools.dlgeditor.dlgtemplate</code><br><br> <code>DlgTemplate()</code><br> ! Still bare bones dialog template based on DLGTEMPLATEEX and ! DLGITEMTEMPLATEEX structures. ! <br><br> *************** *** 52,55 **** --- 52,56 ---- + ::folder:: DlgTemplate methods *************** *** 72,76 **** <DD>size and position of the main form <DT>font ! <DD>a four-tuple(face-name, size, weight (0-1000), italic (1 or 0)) </DL> --- 73,77 ---- <DD>size and position of the main form <DT>font ! <DD>a four-tuple(face-name, size, weight (0-1000), italic (1 or 0)) or None </DL> *************** *** 109,112 **** --- 110,115 ---- You can pass the hwnd of the parent window and an lParam to the dialogbox if you like. + <br>Return value<br> + the hwnd of the dialogbox or None if something goes wrong </P> |