mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +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
|
|
@ -7,16 +7,15 @@ pub fn new() -> HeaderBar
|
|||
{
|
||||
let header = HeaderBar::builder().build();
|
||||
|
||||
// Compose childs
|
||||
header.pack_start(
|
||||
&tray::new()
|
||||
);
|
||||
header.pack_start(
|
||||
&tray::new()
|
||||
);
|
||||
|
||||
header.set_title_widget(
|
||||
Some(
|
||||
&subject::new()
|
||||
)
|
||||
);
|
||||
header.set_title_widget(
|
||||
Some(
|
||||
&subject::new()
|
||||
)
|
||||
);
|
||||
|
||||
return header;
|
||||
header
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue