Paul Davis schrieb:
> C++ strikes again. thats a legal function declaration but it does not
> override the virtual method in the parent class. you want
>
> bool Display::on_scroll_event (GdkEventScroll* ev) { ... }
>
> note the argument type.Thanks. Philipp _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
