mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
8 lines
No EOL
127 B
Rust
8 lines
No EOL
127 B
Rust
use gtk::Box;
|
|
|
|
pub fn new() -> Box
|
|
{
|
|
return Box::builder().orientation(
|
|
gtk::Orientation::Vertical
|
|
).build();
|
|
} |