gtk - capturing layout content as image -


i have put images on gtklayout, want capture entire content of gtklayout image. how can in gtk.

regards, isight

use gdk_pixbuf_get_from_drawable() on gtklayout's gdkwindow. see this explanation of how in php-gtk.


Comments