Re: Drawing a pixmap on a drawing area..
- From: Havoc Pennington <hp redhat com>
- To: "M.N.S.S.K.Pavan Kumar" <pavan gdit iiit net>
- Cc: gtk-list gnome org
- Subject: Re: Drawing a pixmap on a drawing area..
- Date: 17 Nov 2000 14:15:41 -0500
"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]