mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement pango markup api
This commit is contained in:
parent
58bc99de06
commit
f81cf9fdee
5 changed files with 237 additions and 108 deletions
8
src/Model/Gtk/Pango/Markup.php
Normal file
8
src/Model/Gtk/Pango/Markup.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Yggverse\Yoda\Model\Gtk\Pango;
|
||||
|
||||
class Markup extends \Yggverse\Yoda\Abstract\Model\Gtk\Pango\Markup
|
||||
{}
|
||||
Loading…
Add table
Add a link
Reference in a new issue