mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
append new tab on menu item activate
This commit is contained in:
parent
b205b3a541
commit
6168ef4822
1 changed files with 2 additions and 2 deletions
|
|
@ -25,12 +25,12 @@ class Add
|
||||||
$this->_label
|
$this->_label
|
||||||
);
|
);
|
||||||
|
|
||||||
// Int events
|
// Init events
|
||||||
$this->gtk->connect(
|
$this->gtk->connect(
|
||||||
'activate',
|
'activate',
|
||||||
function()
|
function()
|
||||||
{
|
{
|
||||||
// @TODO
|
$this->tab->menu->browser->container->tab->append();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue