use local gtk show initiation instead of show_all method

This commit is contained in:
yggverse 2024-07-08 00:04:49 +03:00
parent 5fda126ea9
commit 12a1473d8c
28 changed files with 79 additions and 10 deletions

View file

@ -66,7 +66,10 @@ class Table
$this->data->gtk
);
// Connect events
// Render
$this->gtk->show();
// Init events
$this->gtk->connect(
'row-activated',
function()