#include <views.h>
Inheritance diagram for TWindowInit::

Public Methods | |
| TWindowInit (TFrame *(*cFrame)(TRect bounds)) | |
Protected Attributes | |
| TFrame* (* | createFrame )(TRect bounds) |
TWindowInit provides a constructor and TWindowInit::createFrame member function used in creating and inserting a frame object. A similar technique is used for TProgram, THistoryWindow and TDeskTop.
Definition at line 3392 of file views.h.
|
|
This constructor takes a function address argument, usually &TWindow::initFrame.
|
|
|
Called by the TWindowInit constructor to create a TFrame object with the given bounds and return a pointer to it. A 0 pointer indicates lack of success in this endeavor. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001