Commit Message
GUI: code factorization
Use a specific update() recursive call, instead of propagating a user-event into
the gui tree. This avoid to have to handle that specific event in each
overloaded event handler.
2 initialization functions are also introduced, to avoid to repeat the
initialization code in every widget.
Modified Files