mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
connect activate method
This commit is contained in:
parent
2e2a7fe5a7
commit
9445cf4b74
1 changed files with 9 additions and 0 deletions
|
|
@ -27,5 +27,14 @@ class Open
|
|||
|
||||
// Render
|
||||
$this->gtk->show();
|
||||
|
||||
// Init events
|
||||
$this->gtk->connect(
|
||||
'activate',
|
||||
function()
|
||||
{
|
||||
// @TODO
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue