Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
GTK
GTK.DrawingArea

Method GTK.DrawingArea()->copy_area()


Method copy_area

object(GTK.DrawingArea) GTK.DrawingArea()->copy_area(object(GDK.GC) gc, int xdest, int ydest, object(GTK.Widget) source, int xsource, int ysource, int width, int height)

Description

Copies the rectangle defined by xsource,ysource and width,height from the source drawable, and places the results at xdest,ydest in the drawable in which this function is called.