diff --git a/pyAmakIHM/classes/panelVue.py b/pyAmakIHM/classes/panelVue.py index 334f87212c528e5211d0ff24be592e42f242cbd8..c3bb56e8c141e91df81632932808613c53e82c9f 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 """