mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
define dependencies ns
This commit is contained in:
parent
8c6936f5b1
commit
14ee41e735
22 changed files with 154 additions and 76 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue