add symbolic button icons & tooltips

This commit is contained in:
yggverse 2024-07-22 15:05:42 +03:00
parent 5363acc2a9
commit 149ea2cb8e
6 changed files with 11 additions and 1 deletions

View file

@ -8,7 +8,9 @@ use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Button;
class Go extends Button
{
public const IMAGE = 'view-refresh-symbolic';
public const LABEL = 'Go';
public const TOOLTIP = 'Update';
protected function _onCLick(
\GtkButton $entity