mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
use canonical module subfolder tree
This commit is contained in:
parent
80783d2ae4
commit
8969899a2f
24 changed files with 0 additions and 23 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#[path = "header/subject.rs"]
|
||||
mod subject;
|
||||
#[path = "header/tray.rs"]
|
||||
mod tray;
|
||||
|
||||
use gtk::HeaderBar;
|
||||
|
||||
pub fn new() -> HeaderBar {
|
||||
let header = HeaderBar::builder().build();
|
||||
|
||||
header.pack_start(&tray::new());
|
||||
header.set_title_widget(Some(&subject::new()));
|
||||
header
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue