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

How To Dynamically Add/remove Widgets From Gtk 3 Window

I am using python3 with Gtk3 and i need to basically remove some widgets from my Gtk.Window and rep… Read more How To Dynamically Add/remove Widgets From Gtk 3 Window

Detecting When A Gtk Window Is Done Moving/resizing By The User

I want to detect when the user finished re-sizing or moving the GTK window. Basically an equivalent… Read more Detecting When A Gtk Window Is Done Moving/resizing By The User

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

Programatically Add New Menu Items To Menu Item Pygobject?

I had this set up in wxPython, but now I'm rewriting it for GTK3/PyGObject, and I'm kind of… Read more Programatically Add New Menu Items To Menu Item Pygobject?