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; return false;
} }
// Require custom wordwrap implementation on widget resize
abstract protected function _onSizeAllocate( abstract protected function _onSizeAllocate(
GtkLabel $label, GtkLabel $label,
GdkEvent $event GdkEvent $event
): bool; ): bool;
// Require custom layout implementation
abstract public function set( abstract public function set(
string $value string $value
): void; ): void;