PostDraw() is used to paint controls that do not support, or are not easy to do with, the PNG architecture. These will mainly be platform specific controls. Post-Drawn controls are drawn after the normal image-based controls, and are layered on top. They are, however, drawn on a back buffer so they shouldn't flicker.
Definition at line 417 of file CATWindow.cpp. References CATXMLObject::GetChild(), CATXMLObject::GetNumChildren(), and CATWidget::PostDraw(). Referenced by OSDraw().
|