VCF::Win32Component Class Reference
#include <Win32Component.h>
Inheritance diagram for VCF::Win32Component:

Public Member Functions | |
| Win32Component (Control *component) | |
| virtual | ~Win32Component () |
| virtual void | create (Control *owningControl) |
| This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform. | |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform. create() must be called by the containing VCF::Control subclass, typically in the classes constructor, after retreiving the new peer instance from the appropriate UIToolkit::createXXX() call. Reimplemented from VCF::AbstractWin32Component. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Win32Component.h
