mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init browser actions, add menu items
This commit is contained in:
parent
930cb663ba
commit
1c1907741d
5 changed files with 99 additions and 35 deletions
|
|
@ -15,16 +15,17 @@ pub fn new() -> Box
|
|||
|
||||
.spacing(8)
|
||||
|
||||
// Make
|
||||
.build();
|
||||
|
||||
// Compose childs
|
||||
tray.append(
|
||||
&menu::new()
|
||||
);
|
||||
// Compose childs
|
||||
tray.append(
|
||||
&menu::new()
|
||||
);
|
||||
|
||||
tray.append(
|
||||
&tab::new()
|
||||
);
|
||||
tray.append(
|
||||
&tab::new()
|
||||
);
|
||||
|
||||
return tray;
|
||||
tray
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue