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

Extending From Gtkbin

I'm trying to make a custom widget that resembles the 'quick search' entry that Gtk use… Read more Extending From Gtkbin

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 Fix: Pyinstaller In Msys2 Mingw 'your Platform Is Not Yet Supported'

I'm trying to package my GTK3+ Python 3 script using PyInstaller on Windows 10. GTK3+ and the P… Read more How To Fix: Pyinstaller In Msys2 Mingw 'your Platform Is Not Yet Supported'

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

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

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