This is a known bug in
Gtk#(https://bugzilla.novell.com/show_bug.cgi?id=381744). The Remove
method of the GtkContainerClass ist to be overridden by all classes
implementing it, but there is no virtual Reomve method generated so it
cannot be overridden. It is not the container class that actuall
Hi,
I'm developing a Gtk# library (the ribbon lib for GSoC to be precise), while
running my sample app I get the following:
(Sample:7337): Gtk-WARNING **: GtkContainerClass::remove not implemented for
`__gtksharp_14_Ribbons_ApplicationMenu'
I tried to override the Remove(Widget) method, but it i