mirror of https://github.com/YGGverse/Yoda.git
yggverse
2 months ago
24 changed files with 0 additions and 23 deletions
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "header/subject.rs"] |
||||
mod subject; |
||||
#[path = "header/tray.rs"] |
||||
mod tray; |
||||
|
||||
use gtk::HeaderBar; |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "subject/description.rs"] |
||||
mod description; |
||||
#[path = "subject/title.rs"] |
||||
mod title; |
||||
|
||||
use gtk::prelude::BoxExt; |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "tray/menu.rs"] |
||||
mod menu; |
||||
#[path = "tray/tab.rs"] |
||||
mod tab; |
||||
|
||||
use gtk::prelude::BoxExt; |
@ -1,4 +1,3 @@
@@ -1,4 +1,3 @@
|
||||
#[path = "main/tab.rs"] |
||||
mod tab; |
||||
|
||||
use gtk::prelude::BoxExt; |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "label/pin.rs"] |
||||
mod pin; |
||||
#[path = "label/title.rs"] |
||||
mod title; |
||||
|
||||
use gtk::prelude::BoxExt; |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "tab/label.rs"] |
||||
mod label; |
||||
#[path = "tab/page.rs"] |
||||
mod page; |
||||
|
||||
use gtk::Notebook; |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "page/content.rs"] |
||||
mod content; |
||||
#[path = "page/navigation.rs"] |
||||
mod navigation; |
||||
|
||||
use gtk::prelude::BoxExt; |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "history/back.rs"] |
||||
mod back; |
||||
#[path = "history/forward.rs"] |
||||
mod forward; |
||||
|
||||
use gtk::prelude::BoxExt; |
@ -1,12 +1,7 @@
@@ -1,12 +1,7 @@
|
||||
#[path = "navigation/base.rs"] |
||||
mod base; |
||||
#[path = "navigation/bookmark.rs"] |
||||
mod bookmark; |
||||
#[path = "navigation/history.rs"] |
||||
mod history; |
||||
#[path = "navigation/reload.rs"] |
||||
mod reload; |
||||
#[path = "navigation/request.rs"] |
||||
mod request; |
||||
|
||||
use gtk::prelude::BoxExt; |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
#[path = "browser/header.rs"] |
||||
mod header; |
||||
#[path = "browser/main.rs"] |
||||
mod main; |
||||
|
||||
use gtk::{ |
Loading…
Reference in new issue