mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue