CComponentsButton: remove function blocks from header

This commit is contained in:
2013-09-20 08:32:02 +02:00
parent e655e94c8a
commit 19fa5e6418
2 changed files with 12 additions and 3 deletions

View File

@@ -168,6 +168,16 @@ void CComponentsButton::initCaption()
}
}
void CComponentsButton::setCaption(const std::string& text)
{
cc_btn_capt = text;
}
void CComponentsButton::setCaption(const neutrino_locale_t locale_text)
{
cc_btn_capt = g_Locale->getText(locale_text);
}
void CComponentsButton::initCCBtnItems()
{
initIcon();