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