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

Required Methods§

source

fn buildable_id(&self) -> Option<GString>

Gets the ID of the @self object.

Builder sets the name based on the ID attribute of the tag used to construct the @self.

Returns

the ID of the buildable object

Implementors§