mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-17 18:20:41 +00:00
6 lines
88 B
Rust
6 lines
88 B
Rust
|
use gtk::Notebook;
|
||
|
|
||
|
pub fn new() -> Notebook
|
||
|
{
|
||
|
return Notebook::builder().build();
|
||
|
}
|