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

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

Installing Gir1.2-gtk-3.0 On Centos

On Ubuntu there is a package for installing gir1.2-gtk-3.0: sudo apt install gir1.2-gtk-3.0 Centos… Read more Installing Gir1.2-gtk-3.0 On Centos

Gdkpixbuf.pixbufdestroynotify - Notimplementederror - Python Gtk3

I am trying to use GdkPixbuf.Pixbuf.new_from_data() as shown in gtk 2.x and I am passing 7 argument… Read more Gdkpixbuf.pixbufdestroynotify - Notimplementederror - Python Gtk3

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

How To Find A Key By Label From Secretstorage Collection

I used GnomeKeyring from Gtk3 with Python 2.7 but almost all methodes are deprecated [1]. So I trie… Read more How To Find A Key By Label From Secretstorage Collection