use gtk4 :: * ; use gtk4 :: prelude :: * ; pub trait Component { fn get_widget ( & self ) -> & impl IsA ; }