CComponentsFrmChain: add possibility to use individual positions for items

This commit is contained in:
2014-04-27 11:56:32 +02:00
parent 9955fa9203
commit 40cfc7533d
2 changed files with 6 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class CComponentsFrmChain : public CComponentsForm
fb_pixel_t& color_frame = COL_MENUCONTENT_PLUS_6,
fb_pixel_t& color_body = COL_MENUHEAD_PLUS_0,
fb_pixel_t& color_shadow = COL_MENUCONTENTDARK_PLUS_0);
// ~CComponentsSlider(); //inherited from CComponentsForm
// ~CComponentsFrmChain(); //inherited from CComponentsForm
///defines mode for arrangement direction of items, see also chn_direction
virtual void setDirection(int direction);