mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
enable set_line_wrap, draft set_line_wrap_mode
This commit is contained in:
parent
7f66d00164
commit
382b39a8a9
1 changed files with 3 additions and 5 deletions
|
|
@ -31,16 +31,14 @@ class Data
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
/*
|
|
||||||
$this->gtk->set_line_wrap(
|
$this->gtk->set_line_wrap(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/* @TODO pending for PR #120
|
||||||
$this->gtk->set_line_wrap_mode(
|
$this->gtk->set_line_wrap_mode(
|
||||||
@TODO #114
|
\PangoWrapMode::WORD
|
||||||
\GtkWrapMode::WORD
|
);*/
|
||||||
);
|
|
||||||
*/
|
|
||||||
|
|
||||||
$this->gtk->set_track_visited_links(
|
$this->gtk->set_track_visited_links(
|
||||||
true
|
true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue