mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
init main tab container
This commit is contained in:
parent
9550e6f795
commit
9039c7b2c9
2 changed files with 16 additions and 1 deletions
6
src/app/browser/main/tab.rs
Normal file
6
src/app/browser/main/tab.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use gtk::Notebook;
|
||||
|
||||
pub fn new() -> Notebook
|
||||
{
|
||||
return Notebook::builder().build();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue