mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init controller features
This commit is contained in:
parent
90c6d615fb
commit
78a2fa16c9
3 changed files with 175 additions and 165 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue