OnParentCreate() is called when the parent window is created. Most controls won't need this, but any that create their own windows should do so at this point. Implements CATWidget. Reimplemented in CATComboBox, and CATTab. Definition at line 154 of file CATLayer.cpp. References CATXMLObject::GetChild(), CATXMLObject::GetNumChildren(), and CATWidget::OnParentCreate(). Referenced by CATTab::OnParentCreate(), and CATComboBox::OnParentCreate().
|