cc_frm_window: rename member initVarWindow() -> init()

One step to unify member names
This commit is contained in:
2019-10-27 16:24:47 +01:00
parent 61e09c344c
commit 0b83d05e42
2 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ class CComponentsWindow : public CComponentsForm, CCHeaderTypes
///initialze all window objects at once
void initCCWItems();
///initialize all attributes
void initVarWindow( const int& x_pos, const int& y_pos, const int& w, const int& h,
void init( const int& x_pos, const int& y_pos, const int& w, const int& h,
const std::string& caption,
const std::string& iconname,
CComponentsForm *parent,