mirror of https://github.com/YGGverse/Yoda.git
yggverse
4 months ago
3 changed files with 32 additions and 40 deletions
@ -1,22 +0,0 @@ |
|||||||
<?php |
|
||||||
|
|
||||||
declare(strict_types=1); |
|
||||||
|
|
||||||
namespace Yggverse\Yoda\Gtk\Browser\Container\Page\Title; |
|
||||||
|
|
||||||
class Label extends \GtkLabel |
|
||||||
{ |
|
||||||
private ?string $_subtitle = null; |
|
||||||
|
|
||||||
public function set_subtitle( |
|
||||||
?string $value = null |
|
||||||
): void |
|
||||||
{ |
|
||||||
$this->_subtitle = $value; |
|
||||||
} |
|
||||||
|
|
||||||
public function get_subtitle(): ?string |
|
||||||
{ |
|
||||||
return $this->_subtitle; |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue