mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init context menu for page tabs
This commit is contained in:
parent
51f543143d
commit
b443d1c58e
6 changed files with 93 additions and 27 deletions
|
|
@ -92,8 +92,8 @@ impl Window {
|
|||
self.tab.page_navigation_history_forward();
|
||||
}
|
||||
|
||||
pub fn tab_page_navigation_reload(&self) {
|
||||
self.tab.page_navigation_reload();
|
||||
pub fn tab_page_navigation_reload(&self, page_position: i32) {
|
||||
self.tab.page_navigation_reload(page_position);
|
||||
}
|
||||
|
||||
pub fn tab_close(&self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue