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,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue