CComponentsButton: remove function blocks from header

Origin commit data
------------------
Commit: 19fa5e6418
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-20 (Fri, 20 Sep 2013)
This commit is contained in:
2013-09-20 08:32:02 +02:00
parent 498c39bd6b
commit 3419e9f3cd
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();