This commit is contained in:
Daniel Langbein 2025-03-01 12:23:40 +01:00
parent 914ec276c0
commit 8d422dab40
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -62,8 +62,13 @@ Copy `watch-icon.svg` to `~/.local/share/icons/hicolor/scalable/apps/dndbuster-s
- https://gitlab.gnome.org/GNOME/pygobject/-/tags
- https://gitlab.gnome.org/GNOME/libadwaita/-/tags
- https://pygobject.gnome.org/tutorials/gtk4/application.html#actions
- These actions can be grouped together into a `Gio.ActionGroup` and when these groups are added to a widget with `Gtk.Widget.insert_action_group()` they will gain a prefix. Such as “win” when added to a `Gtk.ApplicationWindow`. You will use the full action name when referencing it such as “app.about” but when you create the action it will just be “about” until added to the application.
- https://www.technett.io/post/dev/python-gtk-2/
- https://github.com/Taiko2k/GTK4PythonTutorial?tab=readme-ov-file
- https://github.com/Taiko2k/GTK4PythonTutorial
- https://github.com/timlau/gtk4-python
- https://github.com/ToshioCP/Gtk4-tutorial
## mypy