gtk4::subclass::scrollable

Trait ScrollableImpl

Source
pub trait ScrollableImpl: WidgetImpl {
    // Provided method
    fn border(&self) -> Option<Border> { ... }
}

Provided Methods§

Source

fn border(&self) -> Option<Border>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§