mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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
|
|
@ -6,7 +6,9 @@ namespace Yggverse\Yoda\Entity\Browser\Container\Page\Navbar;
|
|||
|
||||
class Base extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Button
|
||||
{
|
||||
public const IMAGE = 'go-home-symbolic';
|
||||
public const LABEL = 'Base';
|
||||
public const TOOLTIP = 'Base';
|
||||
|
||||
protected function _onCLick(
|
||||
\GtkButton $entity
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Button;
|
|||
|
||||
class Back extends Button
|
||||
{
|
||||
public const IMAGE = 'go-previous-symbolic';
|
||||
public const LABEL = 'Back';
|
||||
public const TOOLTIP = 'Back';
|
||||
|
||||
protected function _onCLick(
|
||||
\GtkButton $entity
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Button;
|
|||
|
||||
class Forward extends Button
|
||||
{
|
||||
public const IMAGE = 'go-next-symbolic';
|
||||
public const LABEL = 'Forward';
|
||||
public const TOOLTIP = 'Forward';
|
||||
|
||||
protected function _onCLick(
|
||||
\GtkButton $entity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue