in gui_komponente_t, is there a reason to why koord groesse is declared public?
It has both a set and get method, but if groesse is public, they are of no use.
shouldn't groesse be protected? Or private if you want to force the use of set and get methods?
This is historic, as some method did use it directly. It could be protected.
Okay, I will fix it...