GNOME Bugzilla – Bug 412357
GtkMenuShell not defined as an abstract base type
Last modified: 2007-06-18 01:07:15 UTC
I see that GtkMenuShell is advertised as an abstract base class in the GTK+ docs, yet it's GType is defined using G_DEFINE_TYPE() instead of G_DEFINE_ABSTRACT_TYPE().
Created attachment 85925 [details] [review] Define GtkMenuShell as an abstract type
I have tested this against svn trunk. Any chance of this trivial patch going in? The bug hinders glade3's ability to categorise widgets properly.
Created attachment 90177 [details] [review] fixes bug
2007-06-17 Matthias Clasen <mclasen@redhat.com> * README.in: Updates * gtk/gtkmenushell.c: Make GtkMenuShell as an abstract type. It was already documented as such. (#412357, Vincent Geddes)