Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pygobject

Pygobject Creating A Drag And Drop Source

from gi.repository import Gtk, Gdk def drag_data_get_cb(widget, drag_context, selection_data, info… Read more Pygobject Creating A Drag And Drop Source

Save The Contents Of A Gtk.drawingarea Or Cairo Pattern To An Image On Disk

I've got a small PyGI project which uses a Cairo image surface, which I then scale with a surfa… Read more Save The Contents Of A Gtk.drawingarea Or Cairo Pattern To An Image On Disk

Cannot Run Python On Windows. What Am I Missing?

I am pretty new to python. Please correct me if I show stupidity. So I am trying to run the followi… Read more Cannot Run Python On Windows. What Am I Missing?