Trait libadwaita::prelude::PreferencesRowExt
source · pub trait PreferencesRowExt: 'static {
// Required methods
fn title(&self) -> GString;
fn uses_underline(&self) -> bool;
fn set_title(&self, title: &str);
fn set_use_underline(&self, use_underline: bool);
fn connect_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_use_underline_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}