mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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
|
||||
);
|
||||
|
||||
/*
|
||||
$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…
Add table
Add a link
Reference in a new issue