Trait libadwaita::prelude::AdwWindowExt
source · pub trait AdwWindowExt: 'static {
// Required methods
fn content(&self) -> Option<Widget>;
fn set_content(&self, content: Option<&impl IsA<Widget>>);
fn connect_content_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}