CComponentsWindow: add member Refresh() to reinit dimensions and positions

This commit is contained in:
2013-06-24 09:53:37 +02:00
parent 5f87a1246d
commit 5521a3b341

View File

@@ -298,6 +298,9 @@ class CComponentsWindow : public CComponentsForm
///returns a pointer to the internal footer object, use this to get access to footer properities
CComponentsFooter* getFooterObject(){return ccw_footer;};
///refresh position and dimension and reinitialize elemenatary properties
void Refresh(){initCCWItems();};
};
#endif