_gtkWidgetSnapshot

Create a ObjGtkPixmap obect of the contents of the widget and its children.

Crée une ressource ObjGtkPixmap du contenu d'un widget et de ses enfants.

Note : at this date, this function can given a bad result ...

Type :

fun [ObjGtk [I I I I]] ObjGtkPixmap

_widget_ : ObjGtk : any widget (may be not all ?).

_rectangle_ : [I I I I] : snapshot area (x, y, width and height).

Return : ObjGtkPixmap : the new resource or nil if error.

Back