mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
enable tab append, rename struct members
This commit is contained in:
parent
1293da7955
commit
a1aaebdb7e
3 changed files with 12 additions and 14 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue