[Top]
GTK2
GTK2.GdkImage
|
Method GTK2.GdkImage()->grab()
- Method
grab
GDK2.Image grab(GTK2.Widget widget, int xoffset, int yoffset, int width, int height)
- Description
Call this function to grab a portion of a widget (argument 1) to the image.
Grabbing non-toplevel widgets may produce unexpected results.
To get the size of a widget use ->xsize() and ->ysize().
To get the offset of the upper left corner of the widget, relative to it's
X-window (this is what you want for the offset arguments), use
->xoffset() and ->yoffset().
|