PyGObject-Tutorial
PyGObject-Tutorial copied to clipboard
Tutorial for using GTK+ 3 in Python
Thhe whole point of an entry widget in most cases is to retrieve entered text. So an entry example should show what actually happens if text is entered. I suggest...
I noticed a piece that had not been translated into Portuguese, so I decided to try to correct it:  I have cloned, run and watched the project successfully. But...
I hope this isn't too pedantic as a request, but just reading section 2.1 of the guide from the top, the first statement claims, "This program will create an empty...
It looks like that the currently suggested way to create MenuBars and ToolBars is deprecated? python-gtk-3-tutorial.readthedocs.io/en/latest/menus.html https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Action.html#Gtk.Action How can a new user know how to solve this now? I can...
Hi, I just send the PR #199. I was conservative. It may be even nicer to change all instances from: ``` super().__init__(title="...") ``` to even cleaner style: ``` super().__init__() self.set_title(title="...")...
This page describes only how to direct signals from XML to Python code. There is a lack of description of other interaction types. - `interface element 1`[ --> `python code`?]...
An example showing how to draw lines and simple shapes was one of the first things I looked for in this tutorial but was disappointed not to find. I suggest...
One of the main tools to debug/explore a gtk interface nowadays is the inspector. We should add a page which presents what it can do, for what it is useful...
The plus sign (+) was removed from GTK name in GTK Hackfest 2019 (See [issue GNOME/gtk#1439](https://gitlab.gnome.org/GNOME/gtk/issues/1439), [hackfest report which mentioned the removal](https://blog.gtk.org/2019/02/08/report-from-the-gtk-hackfest-in-brussels/), [removal announce](https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html)). The whole code, documentation, website, etc....