GTK4PythonTutorial
GTK4PythonTutorial copied to clipboard
GTK4 + Python tutorial with code examples
The "Extra Tip: Radio Buttons" contains code that throws error because the self.radio_toggle call is invalid.
It'd be great to add the correct code for radio buttons example into the corresponding source file.
I have been following this tutorial to make my side project and it has been very helpful. But the code `if not self.win:` in the "Open with" and single instancing...
**WARNING**: Before people spend too much effort on this, please read this: I appreciate your efforts, but be warned. A few years back when pygtk was the shit, I started...
I have some tips / information based on trial and error that I think could help extend this section a little bit. Firstly, in this part, you say: 'If you...
Please add a Gtk.MessageDialog to e.g. display an error or a hint. And close button. Thanks ...
Hey there, Would it be possible to add a specific example for events? That includes buttons - this is easy. But it would be nice if more events could be...