PyGObject-Tutorial icon indicating copy to clipboard operation
PyGObject-Tutorial copied to clipboard

Tutorial for using GTK+ 3 in Python

Results 24 PyGObject-Tutorial issues
Sort by recently updated
recently updated
newest added

The layouting page starts with the following introduction: > While many GUI toolkits require you to precisely place widgets in a window, using absolute positioning, GTK+ uses a different approach....

Please elaborate the docs, and tell us how to install if you use ms-windows: https://python-gtk-3-tutorial.readthedocs.io/en/latest/install.html Thank you very much.

gsettings is an integrate part of GTK application. I'd like to see a best practice on how to use gsettings with GTK.

help wanted

I wanted to build an app which accepts drags. I looked up the drag and drop tutorial but it wasn't clear to me how I would make my app accept...

help wanted

There is no documentation for `Gtk.SearchEntry`. http://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/SearchEntry.html#Gtk.SearchEntry

help wanted

There is no documentation for `Gtk.InfoBar`. Edit: Fixed wrong link. https://developer.gnome.org/gtk3/stable/GtkInfoBar.html

help wanted

The file chooser example uses stock items for the open / cancel button, although these are deprecated.

Hi! First of all: Thank you so much for your work, I would probably already have given up if I had to only rely on the official GTK documentation. One...

This will help some newbies get past line 2 of Hello.py. These days some IDEs automagically create a virtual environment or the equivalent when starting a project. For those people...