mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add symbolic button icons & tooltips
This commit is contained in:
parent
5363acc2a9
commit
149ea2cb8e
6 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue