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