CComponentsFrmChain: add possibility to use individual positions for items

Origin commit data
------------------
Commit: 40cfc7533d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
This commit is contained in:
2014-04-27 11:56:32 +02:00
parent ce4710deb0
commit c4e16ba42c
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);