From bfa91459c5d2313d01ebf6cf0f746cec89c225b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20=20AKLI?= <pr1temps@live.fr> Date: Fri, 14 May 2021 21:02:03 +0000 Subject: [PATCH] Update panelVue.py --- pyAmakIHM/classes/panelVue.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyAmakIHM/classes/panelVue.py b/pyAmakIHM/classes/panelVue.py index 334f872..c3bb56e 100644 --- a/pyAmakIHM/classes/panelVue.py +++ b/pyAmakIHM/classes/panelVue.py @@ -35,6 +35,9 @@ class PanelVue(Canvas): self.__root.update() return self.winfo_height() + def get_canvas(self) -> Canvas: + return self + """ Link to the mouse button to navigate in the canvas """ -- GitLab