* CComponentsItemBox: Use CTextBox for paint text

This commit is contained in:
micha-bbg
2012-08-27 02:33:12 +02:00
committed by Thilo Graf
parent 758fda514a
commit b88f73d595
2 changed files with 31 additions and 4 deletions

View File

@@ -366,6 +366,7 @@ class CComponentsTitleBar : public CComponentsItemBox
public:
CComponentsTitleBar( const int x_pos, const int y_pos, const int w, const int h,
fb_pixel_t color_text = COL_MENUHEAD, fb_pixel_t color_body = COL_MENUHEAD_PLUS_0);
void calculateElements();
};