add comments

This commit is contained in:
yggverse 2024-07-28 15:14:59 +03:00
parent 5f5608e7ec
commit 343959761a

View file

@ -107,11 +107,13 @@ abstract class Markup
return false;
}
// Require custom wordwrap implementation on widget resize
abstract protected function _onSizeAllocate(
GtkLabel $label,
GdkEvent $event
): bool;
// Require custom layout implementation
abstract public function set(
string $value
): void;