mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use local gtk show initiation instead of show_all method
This commit is contained in:
parent
5fda126ea9
commit
12a1473d8c
28 changed files with 79 additions and 10 deletions
|
|
@ -23,6 +23,10 @@ abstract class Button
|
|||
$this->_label
|
||||
);
|
||||
|
||||
// Render
|
||||
$this->gtk->show();
|
||||
|
||||
// Init events
|
||||
$this->gtk->connect(
|
||||
'clicked',
|
||||
function(
|
||||
|
|
|
|||
|
|
@ -28,6 +28,10 @@ abstract class Entry
|
|||
$this->_value
|
||||
);
|
||||
|
||||
// Render
|
||||
$this->gtk->show();
|
||||
|
||||
// Init events
|
||||
$this->gtk->connect(
|
||||
'activate',
|
||||
function(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue