mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename _onButtonPressEvent method to _onButtonPress
This commit is contained in:
parent
d7d3816eaf
commit
e99e016720
2 changed files with 3 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ abstract class Markup
|
|||
GtkLabel $label,
|
||||
GdkEvent $event
|
||||
) {
|
||||
return $this->_onButtonPressEvent(
|
||||
return $this->_onButtonPress(
|
||||
$label,
|
||||
$event
|
||||
);
|
||||
|
|
@ -99,7 +99,7 @@ abstract class Markup
|
|||
return false;
|
||||
}
|
||||
|
||||
protected function _onButtonPressEvent(
|
||||
protected function _onButtonPress(
|
||||
GtkLabel $label,
|
||||
GdkEvent $event
|
||||
): bool
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ class Gemtext extends Markup
|
|||
);
|
||||
}
|
||||
|
||||
protected function _onButtonPressEvent(
|
||||
protected function _onButtonPress(
|
||||
GtkLabel $label,
|
||||
GdkEvent $event
|
||||
): bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue