mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
require _onConfigure event implementation for custom wordwrap
This commit is contained in:
parent
52d25c6ffa
commit
88e77e6b80
4 changed files with 34 additions and 10 deletions
|
|
@ -248,6 +248,14 @@ class Gemtext extends Markup
|
|||
);
|
||||
}
|
||||
|
||||
protected function _onConfigure(
|
||||
GtkLabel $label,
|
||||
GdkEvent $event
|
||||
): bool
|
||||
{
|
||||
// @TODO
|
||||
}
|
||||
|
||||
protected function _onActivateLink(
|
||||
GtkLabel $label,
|
||||
string $href
|
||||
|
|
|
|||
|
|
@ -24,4 +24,12 @@ class Plain extends Markup
|
|||
)
|
||||
);
|
||||
}
|
||||
|
||||
protected function _onConfigure(
|
||||
GtkLabel $label,
|
||||
GdkEvent $event
|
||||
): bool
|
||||
{
|
||||
// @TODO
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue