Trait libhelium::prelude::DisclosureButtonExt

source ·
pub trait DisclosureButtonExt: IsA<DisclosureButton> + Sealed + 'static {
    // Provided methods
    fn icon(&self) -> GString { ... }
    fn set_icon(&self, value: &str) { ... }
}
Expand description

Trait containing all DisclosureButton methods.

§Implementors

DisclosureButton

Provided Methods§

source

fn icon(&self) -> GString

source

fn set_icon(&self, value: &str)

Object Safety§

This trait is not object safe.

Implementors§