Switch all windows to libhandy

This commit is contained in:
Elias Projahn 2020-11-03 17:53:13 +01:00
parent b54fc5d200
commit f580c4e243
28 changed files with 1665 additions and 1447 deletions

View file

@ -10,7 +10,7 @@ use std::cell::RefCell;
use std::rc::Rc;
pub struct TracksEditor {
window: gtk::Window,
window: libhandy::Window,
}
impl TracksEditor {
@ -21,7 +21,7 @@ impl TracksEditor {
) -> Self {
let builder = gtk::Builder::from_resource("/de/johrpan/musicus/ui/tracks_editor.ui");
get_widget!(builder, gtk::Window, window);
get_widget!(builder, libhandy::Window, window);
get_widget!(builder, gtk::Button, cancel_button);
get_widget!(builder, gtk::Button, save_button);
get_widget!(builder, gtk::Button, recording_button);