enshort method name

This commit is contained in:
yggverse 2024-10-06 05:16:29 +03:00
parent 71a58aa763
commit 0c98b869d3
3 changed files with 5 additions and 5 deletions

View file

@ -86,7 +86,7 @@ impl Window {
self.tab.page_description()
}
pub fn widget_gobject(&self) -> &Box {
pub fn gobject(&self) -> &Box {
&self.widget.gobject()
}
}