Browse Source

add homepage button event

PHP-GTK3
yggverse 8 months ago
parent
commit
c016227e9c
  1. 12
      src/Box/Tab.php

12
src/Box/Tab.php

@ -109,7 +109,17 @@ class Tab @@ -109,7 +109,17 @@ class Tab
}
);
// @TODO home, back, forward buttons
$this->navigation->home->button->connect(
'released',
function ($entry)
{
$this->navigate(
$this->config->homepage
);
}
);
// @TODO back, forward buttons
}
// Actions

Loading…
Cancel
Save