diff --git a/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php b/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php index 89f440e9..ef74111f 100644 --- a/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php +++ b/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php @@ -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;