mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponentsButton: remove function blocks from header
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user