[][src]Trait libhandy4::subclass::action_row::ActionRowImplExt

pub trait ActionRowImplExt: ObjectSubclass {
    pub fn parent_activate(&self, row: &Self::Type);
}

Required methods

pub fn parent_activate(&self, row: &Self::Type)[src]

Loading content...

Implementors

impl<T: ActionRowImpl> ActionRowImplExt for T[src]

Loading content...