mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
require _onConfigure event implementation for custom wordwrap
This commit is contained in:
parent
52d25c6ffa
commit
88e77e6b80
4 changed files with 34 additions and 10 deletions
|
|
@ -75,16 +75,6 @@ class Browser
|
|||
$this->gtk->show();
|
||||
|
||||
// Init events
|
||||
$this->gtk->connect(
|
||||
'configure-event',
|
||||
function(
|
||||
GtkWindow $window,
|
||||
// GdkEvent $event
|
||||
) {
|
||||
// @TODO render data wordwrap by $window->get_size()
|
||||
}
|
||||
);
|
||||
|
||||
$this->gtk->connect(
|
||||
'destroy',
|
||||
function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue