Browse Source

remove deprecated setMono method

PHP-GTK3
yggverse 2 months ago
parent
commit
a57e83159b
  1. 11
      src/Entity/Browser/Container/Page/Content/Data.php

11
src/Entity/Browser/Container/Page/Content/Data.php

@ -97,17 +97,6 @@ class Data
public function setPlain( public function setPlain(
string $value string $value
): void ): void
{
$this->gtk->set_text(
$value
);
$this->raw = $value;
}
public function setMono(
string $value
): void
{ {
$this->gtk->set_markup( $this->gtk->set_markup(
sprintf( sprintf(

Loading…
Cancel
Save