Re: Background image for a window

2005-02-09 Thread muppet
On Feb 9, 2005, at 12:20 AM, Chris Debenham - PTS Engineer wrote: I want to put an image in the background of a window with text labels over it. In Gtk1 i used: $window_style-bg_pixmap('normal', $pixmap); $window-window-set_back_pixmap($pixmap, 0); but this fails in GTK2 (error message:Usage:

Image data from MySQL into TreeView

2005-02-09 Thread Dirk van der Walt
Hi, I'm using MySQL to store my icons and some other graphics in. I plan to create a web as well as a perl-Gtk front end to the DB. (Thus I have to store the graphics in the DB itself) Q: The mysql cookbook showed my how to obtain the image as a scalar from the DB. Now I can print that to a file