#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. |