mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
init tab child widgets
This commit is contained in:
parent
f05a9c765e
commit
5070010b2b
3 changed files with 34 additions and 0 deletions
9
src/app/browser/main/tab/page.rs
Normal file
9
src/app/browser/main/tab/page.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use gtk::Box;
|
||||
// use gtk::prelude::BoxExt; @TODO append
|
||||
|
||||
pub fn new() -> Box
|
||||
{
|
||||
return Box::builder().orientation(
|
||||
gtk::Orientation::Vertical
|
||||
).build();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue