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

Overriding Virtual Methods In Pygobject

I'm trying to implement the Heigh-for-width Geometry Management in GTK with Python for my custo… Read more Overriding Virtual Methods In Pygobject

Cannot Overlay Over Gstreamer Video With Gtk.overlay

I have a project with Python, PyGObject (Gtk 3), and GStreamer (0.11) I have video in my applicatio… Read more Cannot Overlay Over Gstreamer Video With Gtk.overlay

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

Import Errors With Python And Gtk+ 3

I'm working in a program that is written in Gtk+ 3 and Python. A related question I asked about… Read more Import Errors With Python And Gtk+ 3

Drawing In Pygobject (python3)

I'm trying to write simple graphic editor using PyGObject and python 3. I need to draw lines wi… Read more Drawing In Pygobject (python3)

Shutdown System Tray Icon On Pygobject

My vision of the program: icon in tray, left click on icon opens a window with shutdown, reboot, et… Read more Shutdown System Tray Icon On Pygobject