Trait gtk::subclass::socket::SocketImpl[][src]

pub trait SocketImpl: SocketImplExt + ContainerImpl {
    fn plug_added(&self, socket: &Self::Type) { ... }
fn plug_removed(&self, socket: &Self::Type) -> Inhibit { ... } }

Provided methods

Implementors