pub trait ButtonImplExt: ObjectSubclass {
fn parent_activate(&self, button: &Self::Type);
fn parent_clicked(&self, button: &Self::Type);
}
pub trait ButtonImplExt: ObjectSubclass {
fn parent_activate(&self, button: &Self::Type);
fn parent_clicked(&self, button: &Self::Type);
}