pub trait FractionalScaleHandler {
// Provided method
fn new_fractional_scale(&mut self, _surface: WlSurface) { ... }
}Available on crate feature
wayland_frontend only.Expand description
Fractional scale handler type
Provided Methods§
Sourcefn new_fractional_scale(&mut self, _surface: WlSurface)
fn new_fractional_scale(&mut self, _surface: WlSurface)
A new fractional scale was instantiated