mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_frm_window: rename member initVarWindow() -> init()
One step to unify member names
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user