Re: Drawing a pixmap on a drawing area..



"M.N.S.S.K.Pavan Kumar" <pavan gdit iiit net> writes: 
> 	gdk_draw_pixmap(pixmap,gc,backingpixmap,100,100,140,140,40,40);
> 	
> 	(The size of pixmap is 40x40)
> 

You are drawing the region of the pixmap at position 100,100 to the
region of the drawing area at 140,140. Probably you mean to draw the 
region of the pixmap at 0,0 to the drawable at 100,100.

Havoc




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