void TrackListCtrl::PostCreate() { if (m_pBoldFont == NULL) { PrgAPI* pAPI = PRGAPI(); ApplySkin(pAPI->GetSkinManager()->GetSkin()); ApplyTranslation(*pAPI->GetTranslationManager()); } }
void CHTRichEditCtrl::OnSysColorChange() { CRichEditCtrl::OnSysColorChange(); ApplySkin(); }
void OptionButton::OnPaint(wxPaintEvent& evt) { ImageButton::OnPaint(evt); if (skinInvalidated_) ApplySkin(); }
void CLogEditCtrl::OnSysColorChange() { CEdit::OnSysColorChange(); ApplySkin(); }