1 2 3 4 5 6 7
use gtk4 as gtk; use gtk::HeaderBar; pub fn new() -> HeaderBar { return HeaderBar::builder().build(); }