From: George H. <geo...@us...> - 2006-01-13 12:09:49
|
Update of /cvsroot/win32forth/win32forth/doc/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8328/win32forth/doc/classes Added Files: MdiDialog.htm Log Message: gah: Added docs for MdiDialog --- NEW FILE: MdiDialog.htm --- <html> <head> <meta http-equiv="Content-Language" content="en-gb"> <meta name="GENERATOR" content="dexh00"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title> W32F MdiDialog</title><style><!-- h1 { font-family: Tahoma; font-size: 24pt; font-weight: bold } h2 { font-family: Tahoma; font-size: 18pt; font-weight: bold } --> </style> </head> <body><h1 align="center"> <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id: MdiDialog.htm,v 1.1 2006/01/13 12:09:26 georgeahubert Exp $"> <img border="0" src="../TELLUS.gif" align="left" width="32" height="32"></a> <img border="0" src="../FORTHPRO.gif" width="32" height="32"> Win32Forth</h1> <hr /><h1>MdiDialog -- Class for MDI windows containing controls. </h1><hr /><p>MdiDialogWindows can be designed with ForthForm. </p><p>The file MdiDialog.f in the src\lib folder is not loaded by default. The file Mdi.f is automatically loaded with this file if not already included. </p><h2>Glossary </h2><pre><b><a name="0">:CLASS MdiDialogWindow <Super MdiChildWindow </a></b></pre><p>Base class for Multi-document interface (MDI) child windows that contain controls. </p><pre><b><a name="0">:M ClassInit: ( -- ) </a></b></pre><p>Initialise the class. </p><pre><b><a name="0">:M ~: ( -- ) </a></b></pre><p>Destructor method called when a dynamic object is freed by DISPOSE. </p><hr><p>Document $Id: MdiDialog.htm,v 1.1 2006/01/13 12:09:26 georgeahubert Exp $</p> </body></html> |