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,10 +4,13 @@ declare(strict_types=1);
namespace Yggverse\Yoda\Entity\Browser;
use \GtkWindow;
use \Yggverse\Yoda\Entity\Browser;
class History
{
// GTK
public \GtkWindow $gtk;
// Dependencies
@ -29,7 +32,7 @@ class History
$this->browser = $browser;
// Init window
$this->gtk = new \GtkWindow;
$this->gtk = new GtkWindow;
$this->gtk->set_size_request(
$this::WIDTH,