mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove default value setter, disable set_line_wrap, enable set_track_visited_links
This commit is contained in:
parent
1c7aa9448f
commit
dc769fad04
1 changed files with 10 additions and 7 deletions
|
|
@ -14,9 +14,6 @@ class Data
|
|||
// Dependencies
|
||||
public \Yggverse\Yoda\Entity\Browser\Container\Tab\Page\Content $content;
|
||||
|
||||
// Defaults
|
||||
private string $_value = '';
|
||||
|
||||
public function __construct(
|
||||
\Yggverse\Yoda\Entity\Browser\Container\Tab\Page\Content $content
|
||||
) {
|
||||
|
|
@ -34,10 +31,20 @@ class Data
|
|||
true
|
||||
);
|
||||
|
||||
/*
|
||||
$this->gtk->set_line_wrap(
|
||||
true
|
||||
);
|
||||
|
||||
$this->gtk->set_line_wrap_mode(
|
||||
@TODO #114
|
||||
);
|
||||
*/
|
||||
|
||||
$this->gtk->set_track_visited_links(
|
||||
true
|
||||
);
|
||||
|
||||
$this->gtk->set_xalign(
|
||||
0
|
||||
);
|
||||
|
|
@ -46,10 +53,6 @@ class Data
|
|||
0
|
||||
);
|
||||
|
||||
$this->setPlain(
|
||||
$this->_value
|
||||
);
|
||||
|
||||
$this->gtk->connect(
|
||||
'activate-link',
|
||||
function(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue