Trait gtk::prelude::BuilderExtManual[][src]

pub trait BuilderExtManual: 'static {
    fn object<T: IsA<Object>>(&self, name: &str) -> Option<T>;
fn add_from_file<T: AsRef<Path>>(&self, file_path: T) -> Result<(), Error>;
fn connect_signals<P: FnMut(&Builder, &str) -> Box<dyn Fn(&[Value]) -> Option<Value> + 'static>>(
        &self,
        func: P
    ); }

Required methods

Implementors