mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
8
src/browser/main/tab/page/content/mod.rs
Normal file
8
src/browser/main/tab/page/content/mod.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
use gtk::Box;
|
||||
// use gtk::prelude::BoxExt; @TODO append
|
||||
|
||||
pub fn new() -> Box {
|
||||
Box::builder()
|
||||
.orientation(gtk::Orientation::Vertical)
|
||||
.build()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue