mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
give name to gobject variables
This commit is contained in:
parent
702269f1f1
commit
a1617b2b1b
35 changed files with 213 additions and 209 deletions
|
|
@ -27,7 +27,7 @@ impl Header {
|
|||
|
||||
// Return new struct
|
||||
Self {
|
||||
widget: Rc::new(Widget::new(&bar.widget.gobject)),
|
||||
widget: Rc::new(Widget::new(&bar.widget.g_box)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue