CComponents: add member to set color for selected items

Origin commit data
------------------
Branch: ni/coolstream
Commit: f6d7352dca
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-01-12 13:51:24 +01:00
parent 2e518884b9
commit 444acfe723

View File

@@ -166,6 +166,8 @@ class CComponents
///set frame color ///set frame color
inline virtual void setColorFrame(fb_pixel_t color){col_frame = color;}; inline virtual void setColorFrame(fb_pixel_t color){col_frame = color;};
///set selected frame color
inline virtual void setColorFrameSel(fb_pixel_t color){col_frame_sel = color;};
///set body color ///set body color
inline virtual void setColorBody(fb_pixel_t color){col_body = color;}; inline virtual void setColorBody(fb_pixel_t color){col_body = color;};
///set shadow color ///set shadow color