define dependencies ns

This commit is contained in:
yggverse 2024-07-24 19:36:33 +03:00
parent 8c6936f5b1
commit 14ee41e735
22 changed files with 154 additions and 76 deletions

View file

@ -4,11 +4,14 @@ declare(strict_types=1);
namespace Yggverse\Yoda\Entity\Browser\History\Container;
use \GtkScrolledWindow;
use \Yggverse\Yoda\Entity\Browser\History\Container;
class Content
{
public \GtkScrolledWindow $gtk;
// GTK
public GtkScrolledWindow $gtk;
// Dependencies
public Container $container;
@ -27,7 +30,7 @@ class Content
$this->container = $container;
// Init container
$this->gtk = new \GtkScrolledWindow;
$this->gtk = new GtkScrolledWindow;
$this->gtk->set_margin_start(
$this::MARGIN