mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement tab title update
This commit is contained in:
parent
06cfd72c62
commit
0c2658825e
3 changed files with 17 additions and 0 deletions
|
|
@ -463,6 +463,10 @@ impl Page {
|
|||
}
|
||||
|
||||
// Getters
|
||||
pub fn meta_title(&self) -> Option<GString> {
|
||||
self.meta.borrow().title.clone()
|
||||
}
|
||||
|
||||
pub fn gobject(&self) -> &Box {
|
||||
&self.widget.gobject()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue