Re: [gtk-list] how to attach a pixmap as windows background?



Previously, you (Jiang XU) wrote:
> I try to attach a pixmap (declare as GdkPixmap *) as the background
> picture of the top level window (or pop up window, or dialog),so that I
> can put other widgets in the window without affecting the background
> picture.  But I don't know how to attach the pixmap as the property
> (background) of the window, so need help!
> 
> If anyone knows please teach ASAP!
> 
> thanks very much
> 
> John

use 'gdk_window_set_back_pixmap(GdkWindow *window, GdkPixmap *pixmap, gint parent_relative)'

Jay



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]