Page class is used as a container of option groups

and doesn't inherited from wxScrolledWindow now
This commit is contained in:
YuSanka 2020-09-24 18:54:54 +02:00
parent 8fb3a44a4e
commit d5bd76776f
7 changed files with 80 additions and 38 deletions

View file

@ -124,7 +124,7 @@ public:
void activate_line(Line& line);
// create all controls for the option group from the m_lines
void activate();
bool activate();
// delete all controls from the option group
void clear();