mirror of https://github.com/YGGverse/Yoda.git
yggverse
4 months ago
2 changed files with 0 additions and 31 deletions
@ -1,22 +0,0 @@
@@ -1,22 +0,0 @@
|
||||
<?php |
||||
|
||||
declare(strict_types=1); |
||||
|
||||
namespace Yggverse\Yoda\Entity\Browser\History\Container\Navbar; |
||||
|
||||
class Search extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Navbar\Button |
||||
{ |
||||
public const SENSITIVE = true; |
||||
public const IMAGE = 'edit-find-symbolic'; |
||||
public const LABEL = 'Search'; |
||||
public const TOOLTIP = 'Search'; |
||||
|
||||
protected function _onCLick( |
||||
\GtkButton $entity |
||||
): void |
||||
{ |
||||
$this->navbar->container->content->search( |
||||
$this->navbar->filter->getValue() |
||||
); |
||||
} |
||||
} |
Loading…
Reference in new issue