mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add new getters, switch accel target
This commit is contained in:
parent
38f945105c
commit
5f280efaf3
4 changed files with 23 additions and 1 deletions
|
|
@ -253,6 +253,10 @@ impl Browser {
|
|||
pub fn gobject(&self) -> &ApplicationWindow {
|
||||
self.widget.gobject()
|
||||
}
|
||||
|
||||
pub fn window(&self) -> &Rc<Window> {
|
||||
&self.window
|
||||
}
|
||||
}
|
||||
|
||||
// Tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue