mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
* CComponentsInfoBox: Add removeLineBreaks()
This commit is contained in:
@@ -221,7 +221,8 @@ class CComponentsInfoBox : public CComponentsContainer
|
||||
void setTextColor(fb_pixel_t color_text){ col_text = color_text;};
|
||||
void setSpaceOffset(const int offset){x_offset = offset;};
|
||||
void setPicture(const std::string& picture_name){pic_name = picture_name;};
|
||||
|
||||
void removeLineBreaks(std::string& str);
|
||||
|
||||
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user