mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
begin request entry refactory
This commit is contained in:
parent
5255708be3
commit
e7bd5bbdc6
24 changed files with 351 additions and 849 deletions
|
|
@ -11,7 +11,7 @@ use tab::Tab;
|
|||
|
||||
use super::Action as BrowserAction;
|
||||
use crate::Profile;
|
||||
use gtk::{glib::GString, prelude::BoxExt, Box, Orientation};
|
||||
use gtk::{prelude::BoxExt, Box, Orientation};
|
||||
use std::rc::Rc;
|
||||
|
||||
pub struct Window {
|
||||
|
|
@ -131,12 +131,8 @@ impl Window {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn escape(&self, tab_item_id: Option<GString>) {
|
||||
self.tab.escape(tab_item_id);
|
||||
}
|
||||
|
||||
pub fn update(&self, tab_item_id: Option<GString>) {
|
||||
self.tab.update(tab_item_id);
|
||||
pub fn escape(&self) {
|
||||
self.tab.escape();
|
||||
}
|
||||
|
||||
pub fn clean(&self, transaction: &Transaction, app_browser_id: i64) -> Result<(), String> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue