logo
pub trait DisclosureButtonExt: 'static {
    fn connect_icon_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }
Expand description

Trait containing all DisclosureButton methods.

Implementors

DisclosureButton

Required Methods

Implementors