enable tab append, rename struct members

This commit is contained in:
yggverse 2024-10-11 02:00:26 +03:00
parent 1293da7955
commit a1aaebdb7e
3 changed files with 12 additions and 14 deletions

View file

@ -192,8 +192,8 @@ impl Item {
self.is_initially_current
}
pub fn page(&self) -> &Box {
&self.page.widget() // @TODO
pub fn gobject(&self) -> &Box {
&self.page.gobject()
}
pub fn page_title(&self) -> Option<GString> {