This patch solves this "bug": <a href="https://bugs.freedesktop.org/show_bug.cgi?id=47957">https://bugs.freedesktop.org/show_bug.cgi?id=47957</a><br>Instead of the data members and the 7 arrays, there are now two classes in ColorConfigWindow_Impl: Entry and Chapter, and they contain the widgets as private data members. They have several member functions to handle the widgets.<br>
Furthermore, ColorConfigCtrl_Impl is no more the friend of ColorConfigWindow_Impl; the former uses only public member functions of the latter.<br><br>Uray M. János<br><br>