Browse Source

enable set_line_wrap, draft set_line_wrap_mode

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

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

@ -31,16 +31,14 @@ class Data @@ -31,16 +31,14 @@ class Data
true
);
/*
$this->gtk->set_line_wrap(
true
);
/* @TODO pending for PR #120
$this->gtk->set_line_wrap_mode(
@TODO #114
\GtkWrapMode::WORD
);
*/
\PangoWrapMode::WORD
);*/
$this->gtk->set_track_visited_links(
true

Loading…
Cancel
Save