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