Method GTK1.Widget()->copy_area()
- Method copy_area
GTK1.Widgetcopy_area(GDK1.GCgc,intxdest,intydest,GTK1.Widgetsource,intxsource,intysource,intwidth,intheight)- Description
Copies the rectangle defined by xsource,ysource and width,height from the source widget, and places the results at xdest,ydest in the widget in which this function is called. NOTE: The widget must be realized before this function can be used