mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comments
This commit is contained in:
parent
5f5608e7ec
commit
343959761a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue