pub type NativeWidget = NativeWidget<Device<Device, Device>, Device>;
Expand description

A wrapper for a Wayland surface or an X11 Window, as appropriate.

Aliased Type§

enum NativeWidget {
    Default(NativeWidget<Device, Device>),
    Alternate(NativeWidget),
}

Variants§

§

Default(NativeWidget<Device, Device>)

The default native widget type.

§

Alternate(NativeWidget)

The alternate native widget type.