Trait gtk4::prelude::BuildableExt[][src]

pub trait BuildableExt: 'static {
    fn buildable_id(&self) -> Option<GString>;
}
Expand description

Required methods

Gets the ID of the self object.

Builder sets the name based on the ID attribute of the <object> tag used to construct the self.

Returns

the ID of the buildable object

Implementors