#include <app.h>
Inheritance diagram for TDeskInit::

Public Methods | |
| TDeskInit (TBackground *(*cBackground)(TRect bounds)) | |
Protected Attributes | |
| TBackground* (* | createBackground )(TRect bounds) |
Definition at line 136 of file app.h.
|
|
This constructor takes a function address argument, usually &TDeskTop::initBackground.
|
|
|
Called by the TDeskInit constructor to create a TBackground 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