mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsWindow: add missing comment for sidebars
This commit is contained in:
@@ -180,7 +180,7 @@ class CComponentsWindow : public CComponentsForm
|
|||||||
CComponentsFrmChain* getLeftSidebarObject(){return ccw_left_sidebar;};
|
CComponentsFrmChain* getLeftSidebarObject(){return ccw_left_sidebar;};
|
||||||
///returns a pointer to the internal right side bar object, use this to get access to right sidebar properities
|
///returns a pointer to the internal right side bar object, use this to get access to right sidebar properities
|
||||||
CComponentsFrmChain* getRightSidebarObject(){return ccw_right_sidebar;};
|
CComponentsFrmChain* getRightSidebarObject(){return ccw_right_sidebar;};
|
||||||
|
///sets width of sidebars
|
||||||
void setWidthSidebar(const int& sidebar_width){ccw_w_sidebar = sidebar_width; initCCWItems();};
|
void setWidthSidebar(const int& sidebar_width){ccw_w_sidebar = sidebar_width; initCCWItems();};
|
||||||
|
|
||||||
///refresh position and dimension and reinitialize elemenatary properties
|
///refresh position and dimension and reinitialize elemenatary properties
|
||||||
|
Reference in New Issue
Block a user