Objective Toolkit : Chapter 8 Docking Windows : Docking Window Frame Classes
Docking Window Frame Classes
The following sections describe the Objective Toolkit frame classes.
NOTE >> To use the Objective Toolkit docking windows architecture, you must use the Objective Toolkit frame class.
SECFrameWnd
The SECFrameWnd class derives from CFrameWnd and adds the implementation details supporting the docking window features. This class supports the SECControlBar class by adding members for an SECControlBar manager and the SECDockBars. It also adds improved serialization support for extension information.
SECMDIFrameWnd
The SECMDIFrameWnd class derives from CMDIFrameWnd and adds the implementation details supporting the docking window features. This class supports the SECControlBar class by adding members for an SECControlBar manager and the SECDockBars. It also adds improved serialization support for extension information.
SECMDIChildWnd
The SECMDIChildWnd class derives from CMDIChildWnd and adds the implementation details that support the docking window features. This class supports the SECControlBar class. It is compatible with the improved serialization support.