| Methods Index |
CPlatformFactorySubclass: None
#include CGlobalClassLib_i
#include PwrFactoryDef_i
...
PLATFORM_FACTORY->
ConstructNativeControlDelegate(aNativeView);
CPlatformFactory for ways to install your own application factory.
CPlatformFactoryDefault();
virtual CControlDelegate* ConstructNativeControlDelegate(CNativeView*);
CControlDelegate object. Invoked during the creation of movable and sizable native views.
virtual CAttachmentWindow* ConstructAttachmentWindow(
CWindow *theEnclosure,
CAttachment *theAttachment,
BOOLEAN hasTitleBar);
CAttachmentWindow object. Used by the CAttachment class when creating floating windows for attachable palettes.