zentara wrote:
<http://bugzilla.gnome.org/show_bug.cgi?id=574561>Hi, this may interest you. It is one thing to set a property, but another, to get it to override the theme engine, especially if pixmaps are used in the theme.
I don't really the relation to the problem of wrapping gtk_style_get.
See: http://perlmonks.org?node_id=530061
I looked through this thread and one thing caught my eye: there's quite some talk about how to get the Gtk2::Gdk::Drawable from a Gtk2::Gdk::Window. Well, Gtk2::Gdk::Window *is* a Gtk2::Gdk::Drawable. So whatever you can do to a Gtk2::Gdk::Drawable, you can also do to a Gtk2::Gdk::Window.