From 8d422dab40fd63ef680094accc1a9ca2e83222d7 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 1 Mar 2025 12:23:40 +0100 Subject: [PATCH] docs --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c219f3c..3adfc2b 100644 --- a/README.md +++ b/README.md @@ -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