give name to gobject variables

This commit is contained in:
yggverse 2024-12-14 06:50:30 +02:00
parent 702269f1f1
commit a1617b2b1b
35 changed files with 213 additions and 209 deletions

View file

@ -57,7 +57,7 @@ impl Item {
let widget = Rc::new(Widget::new(
id.as_str(),
tab_view,
page.widget.gobject(),
&page.widget.g_box,
None,
position,
(is_pinned, is_selected, is_attention),
@ -118,7 +118,7 @@ impl Item {
self.page.update();
// Update tab loading indicator
self.widget.gobject.set_loading(self.page.is_loading());
self.widget.tab_page.set_loading(self.page.is_loading());
}
pub fn clean(