define dependencies ns

This commit is contained in:
yggverse 2024-07-24 19:52:02 +03:00
parent 14ee41e735
commit 107718022d
23 changed files with 179 additions and 90 deletions

View file

@ -4,13 +4,17 @@ declare(strict_types=1);
namespace Yggverse\Yoda\Entity\Browser\Container\Page;
use \GtkBox;
use \GtkOrientation;
use \Yggverse\Yoda\Entity\Browser\Container\Page;
use \Yggverse\Net\Address;
class Response
{
public \GtkBox $gtk;
// GTK
public GtkBox $gtk;
// Dependencies
public Page $page;
@ -30,8 +34,8 @@ class Response
$this->page = $page;
// Init container
$this->gtk = new \GtkBox(
\GtkOrientation::HORIZONTAL
$this->gtk = new GtkBox(
GtkOrientation::HORIZONTAL
);
$this->gtk->set_margin_top(