From 9445cf4b74ee3d439ea70e7bf32b4f713d820042 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Jul 2024 20:11:50 +0300 Subject: [PATCH] connect activate method --- src/Entity/Browser/Menu/File/Open.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Entity/Browser/Menu/File/Open.php b/src/Entity/Browser/Menu/File/Open.php index 146cf5b8..affdc5af 100644 --- a/src/Entity/Browser/Menu/File/Open.php +++ b/src/Entity/Browser/Menu/File/Open.php @@ -27,5 +27,14 @@ class Open // Render $this->gtk->show(); + + // Init events + $this->gtk->connect( + 'activate', + function() + { + // @TODO + } + ); } } \ No newline at end of file