GNOME Bugzilla – Bug 169532
GtkMenu should draw background
Last modified: 2005-04-07 19:57:05 UTC
Currently a GtkMenu background defaults to the background pixmap/color with no chance to override with a custom image using for example the pixmap theme. See attached files for details.
Created attachment 38385 [details] gtkrc theme file showing the problem
Created attachment 38386 [details] How the menu should look with the previously attached gtkrc
Created attachment 38387 [details] [review] proposed patch
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_paint): Allow setting background images on menus. (#169532, Benjamin Otte)