I would like to make a panel-like application, in appearance much like the gnome-panel. I would like to use GTK for this (although i've looked into Qt), preferably using Python.
How can i decorate the window in such a way a color/gradient/bitmap/svg is applied to it?
One way is to use styles (the example below uses inline style strings):
Setting color gradient via gtkrc seems to be engine-specific, though.
Edit: here goes minimalistic gtkrc example with stretched background image: