in reply to Perl-Gtk2::How to set a window background image.

Ok, yesterday I found some clues, but i must use a xpm file (Re: Background image for a window) ...

my $rc_style = Gtk2::RcStyle->new; $rc_style->bg_pixmap_name ('normal', 'keyboard.xpm'); $window->modify_style ($rc_style);
i will abandon the attempt to explore the GTk2::Gdk::Window ... :'( ...

turo

perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'