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
|
|
@ -29,8 +29,8 @@ impl Window {
|
|||
|
||||
// Init components
|
||||
let tab = Rc::new(Tab::new(profile, (browser_action.clone(), action.clone())));
|
||||
let header = Header::new(browser_action, action.clone(), &tab.widget.gobject);
|
||||
let widget = Rc::new(Widget::new(&header.widget.gobject, &tab.widget.gobject));
|
||||
let header = Header::new(browser_action, action.clone(), &tab.widget.tab_view);
|
||||
let widget = Rc::new(Widget::new(&header.widget.gobject, &tab.widget.tab_view));
|
||||
|
||||
// Init events
|
||||
action.append.connect_activate({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue