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. Reimplemented from CATControl. Reimplemented in CATEditBox, CATListBox, and CATTreeCtrl. Definition at line 176 of file CATControlWnd.cpp. References CAT_SUCCESS, CATFAILED, CATApp::DisplayError(), fControlWnd, gApp, CATGuiObj::IsVisible(), and OSCreate(). Referenced by CATTreeCtrl::OnParentCreate(), CATListBox::OnParentCreate(), and CATEditBox::OnParentCreate().
|