From 3560f42b44d754c9978c14d7a815dd97d8136767 Mon Sep 17 00:00:00 2001 From: Taiko2k Date: Sun, 23 Jan 2022 23:46:23 +1300 Subject: [PATCH] update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6645175..1f3fde8 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,8 @@ For this there are multiple new concepts we need to introduce: - A [***Menu***](https://docs.gtk.org/gio/class.Menu.html). This is an abstract model of a menu. - [***Actions***](https://docs.gtk.org/gio/class.SimpleAction.html). An abstract action that can be connected to our abstract menu. +So, we click a MenuButton, which shows a Popover that was generated from a MenuModel that is composed of Actions. + ```python # Create a new "Action" action = Gio.SimpleAction.new("something", None)