CHintBox: add overloaded version of setMsgText() with locale parameter

This commit is contained in:
2017-01-04 11:57:04 +01:00
parent 10523d8ad4
commit c60accaeae
2 changed files with 11 additions and 0 deletions

View File

@@ -290,6 +290,12 @@ class CHintBox : public CComponentsWindow
Font* font_text = NULL,
const fb_pixel_t& color_text = COL_MENUCONTENT_TEXT,
const int& style = CComponentsText::FONT_STYLE_REGULAR);
void setMsgText(const neutrino_locale_t& locale,
const uint& hint_id = 0,
const int& mode = CTextBox::AUTO_WIDTH | CTextBox::AUTO_HIGH | CTextBox::CENTER,
Font* font_text = NULL,
const fb_pixel_t& color_text = COL_MENUCONTENT_TEXT,
const int& style = CComponentsText::FONT_STYLE_REGULAR);
};
/**