implement _onButtonPressEvent method

This commit is contained in:
yggverse 2024-07-21 23:56:48 +03:00
parent ee2f8ba3b1
commit 6afc498186
3 changed files with 29 additions and 6 deletions

View file

@ -267,6 +267,14 @@ class Gemtext extends Markup
);
}
protected function _onButtonPressEvent(
\GtkLabel $label,
\GdkEvent $event
): bool
{
return false;
}
private function _wrap(
string $value
): string