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

Get The Window Handle In Pygi

In my program I use PyGObject/PyGI and GStreamer to show a video in my GUI. The video is shown in a… Read more Get The Window Handle In Pygi

Error "could Not Find Any Typelib For Gtk" With Python3 And Gtk3

I cannot make Python3 work with GTK3. I'm in a cluster context and I had everything recompiled … Read more Error "could Not Find Any Typelib For Gtk" With Python3 And Gtk3

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

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

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

How To Create A Complete Menu Using GIO Actions In PyGI GTK?

I'm trying to convert the menubar in my Gtk app so it will use GActions(from the Gio) as oppose… Read more How To Create A Complete Menu Using GIO Actions In PyGI GTK?