Method GTK2.GdkImage()->grab()
- Method grab
grab(GDK2.ImageGTK2.Widgetwidget,intxoffset,intyoffset,intwidth,intheight)- 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().