init controller features

This commit is contained in:
yggverse 2024-04-10 07:25:46 +03:00
parent 90c6d615fb
commit 78a2fa16c9
3 changed files with 175 additions and 165 deletions

View file

@ -61,12 +61,12 @@ $window->connect(
}
);
$tab = new \Yggverse\Yoda\Entity\Box\Tab(
$controller = new \Yggverse\Yoda\Controller\Tab(
$window
);
$window->add(
$tab->box
$controller->tab->box
);
$window->show_all();