Trait gtk4::subclass::native_dialog::NativeDialogImpl

source ·
pub trait NativeDialogImpl: NativeDialogImplExt + ObjectImpl {
    // Provided methods
    fn response(&self, response: ResponseType) { ... }
    fn show(&self) { ... }
    fn hide(&self) { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

fn response(&self, response: ResponseType)

👎Deprecated: Since 4.10
source

fn show(&self)

👎Deprecated: Since 4.10
source

fn hide(&self)

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§