mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
rename constructors
This commit is contained in:
parent
941b1cc283
commit
edb385f903
36 changed files with 266 additions and 180 deletions
|
|
@ -16,9 +16,9 @@ impl Tab {
|
|||
// Construct
|
||||
pub fn new(window_action: &Rc<WindowAction>, view: &TabView) -> Self {
|
||||
Self {
|
||||
widget: Rc::new(Widget::new(
|
||||
widget: Rc::new(Widget::build(
|
||||
view,
|
||||
&Append::new(window_action).widget.gobject,
|
||||
&Append::build(window_action).widget.button,
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue