Example #1
0
void TrackListCtrl::PostCreate()
{
	if (m_pBoldFont == NULL)
	{
		PrgAPI* pAPI = PRGAPI();
		ApplySkin(pAPI->GetSkinManager()->GetSkin());
		ApplyTranslation(*pAPI->GetTranslationManager());
	}

}
void CHTRichEditCtrl::OnSysColorChange()
{
	CRichEditCtrl::OnSysColorChange();
	ApplySkin();
}
Example #3
0
void OptionButton::OnPaint(wxPaintEvent& evt) {
  ImageButton::OnPaint(evt);

  if (skinInvalidated_) ApplySkin();
}
Example #4
0
void CLogEditCtrl::OnSysColorChange()
{
	CEdit::OnSysColorChange();
	ApplySkin();
}