mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
define dependencies ns
This commit is contained in:
parent
14ee41e735
commit
107718022d
23 changed files with 179 additions and 90 deletions
|
|
@ -4,6 +4,8 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Yoda\Entity\Browser\Container\Page\Navbar;
|
||||
|
||||
use \GtkButton;
|
||||
|
||||
use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Button;
|
||||
|
||||
class Bookmark extends Button
|
||||
|
|
@ -19,7 +21,7 @@ class Bookmark extends Button
|
|||
public const SENSITIVE = true;
|
||||
|
||||
protected function _onCLick(
|
||||
\GtkButton $entity
|
||||
GtkButton $entity
|
||||
): void
|
||||
{
|
||||
$this->setImage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue