From 5fecae9a65bdde799bedad001955fb04bfb7bf0b Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 23 Jun 2014 15:37:49 +0200 Subject: [PATCH] CComponentsWindow: add missing comment for sidebars Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/67ab4addebec512f9903dd39eb05ce13a7af870e Author: Thilo Graf Date: 2014-06-23 (Mon, 23 Jun 2014) --- src/gui/components/cc_frm_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_window.h b/src/gui/components/cc_frm_window.h index 9bd47a870..3875c8015 100644 --- a/src/gui/components/cc_frm_window.h +++ b/src/gui/components/cc_frm_window.h @@ -180,7 +180,7 @@ class CComponentsWindow : public CComponentsForm 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 CComponentsFrmChain* getRightSidebarObject(){return ccw_right_sidebar;}; - + ///sets width of sidebars void setWidthSidebar(const int& sidebar_width){ccw_w_sidebar = sidebar_width; initCCWItems();}; ///refresh position and dimension and reinitialize elemenatary properties