mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 10:24:13 +00:00
use canonical module subfolder tree
This commit is contained in:
parent
80783d2ae4
commit
8969899a2f
@ -1,6 +1,4 @@
|
|||||||
#[path = "header/subject.rs"]
|
|
||||||
mod subject;
|
mod subject;
|
||||||
#[path = "header/tray.rs"]
|
|
||||||
mod tray;
|
mod tray;
|
||||||
|
|
||||||
use gtk::HeaderBar;
|
use gtk::HeaderBar;
|
@ -1,6 +1,4 @@
|
|||||||
#[path = "subject/description.rs"]
|
|
||||||
mod description;
|
mod description;
|
||||||
#[path = "subject/title.rs"]
|
|
||||||
mod title;
|
mod title;
|
||||||
|
|
||||||
use gtk::prelude::BoxExt;
|
use gtk::prelude::BoxExt;
|
@ -1,6 +1,4 @@
|
|||||||
#[path = "tray/menu.rs"]
|
|
||||||
mod menu;
|
mod menu;
|
||||||
#[path = "tray/tab.rs"]
|
|
||||||
mod tab;
|
mod tab;
|
||||||
|
|
||||||
use gtk::prelude::BoxExt;
|
use gtk::prelude::BoxExt;
|
@ -1,4 +1,3 @@
|
|||||||
#[path = "main/tab.rs"]
|
|
||||||
mod tab;
|
mod tab;
|
||||||
|
|
||||||
use gtk::prelude::BoxExt;
|
use gtk::prelude::BoxExt;
|
@ -1,6 +1,4 @@
|
|||||||
#[path = "label/pin.rs"]
|
|
||||||
mod pin;
|
mod pin;
|
||||||
#[path = "label/title.rs"]
|
|
||||||
mod title;
|
mod title;
|
||||||
|
|
||||||
use gtk::prelude::BoxExt;
|
use gtk::prelude::BoxExt;
|
@ -1,6 +1,4 @@
|
|||||||
#[path = "tab/label.rs"]
|
|
||||||
mod label;
|
mod label;
|
||||||
#[path = "tab/page.rs"]
|
|
||||||
mod page;
|
mod page;
|
||||||
|
|
||||||
use gtk::Notebook;
|
use gtk::Notebook;
|
@ -1,6 +1,4 @@
|
|||||||
#[path = "page/content.rs"]
|
|
||||||
mod content;
|
mod content;
|
||||||
#[path = "page/navigation.rs"]
|
|
||||||
mod navigation;
|
mod navigation;
|
||||||
|
|
||||||
use gtk::prelude::BoxExt;
|
use gtk::prelude::BoxExt;
|
@ -1,6 +1,4 @@
|
|||||||
#[path = "history/back.rs"]
|
|
||||||
mod back;
|
mod back;
|
||||||
#[path = "history/forward.rs"]
|
|
||||||
mod forward;
|
mod forward;
|
||||||
|
|
||||||
use gtk::prelude::BoxExt;
|
use gtk::prelude::BoxExt;
|
@ -1,12 +1,7 @@
|
|||||||
#[path = "navigation/base.rs"]
|
|
||||||
mod base;
|
mod base;
|
||||||
#[path = "navigation/bookmark.rs"]
|
|
||||||
mod bookmark;
|
mod bookmark;
|
||||||
#[path = "navigation/history.rs"]
|
|
||||||
mod history;
|
mod history;
|
||||||
#[path = "navigation/reload.rs"]
|
|
||||||
mod reload;
|
mod reload;
|
||||||
#[path = "navigation/request.rs"]
|
|
||||||
mod request;
|
mod request;
|
||||||
|
|
||||||
use gtk::prelude::BoxExt;
|
use gtk::prelude::BoxExt;
|
@ -1,6 +1,4 @@
|
|||||||
#[path = "browser/header.rs"]
|
|
||||||
mod header;
|
mod header;
|
||||||
#[path = "browser/main.rs"]
|
|
||||||
mod main;
|
mod main;
|
||||||
|
|
||||||
use gtk::{
|
use gtk::{
|
@ -1,4 +1,3 @@
|
|||||||
#[path = "app/browser.rs"]
|
|
||||||
mod browser;
|
mod browser;
|
||||||
|
|
||||||
use gtk::prelude::{ApplicationExt, ApplicationExtManual, GtkApplicationExt, GtkWindowExt};
|
use gtk::prelude::{ApplicationExt, ApplicationExtManual, GtkApplicationExt, GtkWindowExt};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user