From 343959761ae92c886f825d52df41e0eb5f749176 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 28 Jul 2024 15:14:59 +0300 Subject: [PATCH] add comments --- src/Abstract/Entity/Browser/Container/Page/Content/Markup.php | 2 ++ 1 file changed, 2 insertions(+) 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;