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 CATControlWnd. Definition at line 78 of file CATEditBox_Win32.cpp. References CATControl::fCmdParam, CATControlWnd::fControlWnd, CATControl::fFontName, CATControl::fFontSize, fMaxLength, CATGuiObj::fShowHintValue, CATControl::GetWindow(), CATControlWnd::OnParentCreate(), CATWindow::OSGetFont(), and CATControlWnd::OSSetText().
|