mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
create separated widget mod implementation
This commit is contained in:
parent
034bfb44f6
commit
8fa56ebf9a
3 changed files with 32 additions and 13 deletions
|
|
@ -22,8 +22,8 @@ impl Browser {
|
|||
// Init widget
|
||||
let widget = widget::Browser::new(
|
||||
app,
|
||||
header::new().widget.as_ref(), // @TODO
|
||||
main::new().widget.as_ref(), // @TODO
|
||||
header::Header::new().widget().gtk(),
|
||||
main::new().widget.as_ref(), // @TODO
|
||||
default_width,
|
||||
default_height,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue