Hello,
I'm a gtkmm user and I'd like to write signals for some of my classes. I
noticed gtkmm widgets have default handlers, which are virtual protected
class methods. I want my classes to have them too for consistency, but I
couldn't figure out from the source code, how exactly they are
implemented.