mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
delegate GdkEvent object
This commit is contained in:
parent
faa85d7292
commit
3334d40975
4 changed files with 24 additions and 12 deletions
|
|
@ -9,7 +9,8 @@ class Filter extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Na
|
|||
protected string $_placeholder = 'Search in history...';
|
||||
|
||||
protected function _onActivate(
|
||||
\GtkEntry $entry
|
||||
\GtkEntry $entry,
|
||||
\GdkEvent $event
|
||||
): void
|
||||
{
|
||||
$this->navbar->container->content->search(
|
||||
|
|
@ -33,7 +34,8 @@ class Filter extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Na
|
|||
{}
|
||||
|
||||
protected function _onFocusOut(
|
||||
\GtkEntry $entry
|
||||
\GtkEntry $entry,
|
||||
\GdkEvent $event
|
||||
): void
|
||||
{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue