Trait wayland_window::Handler
[−]
[src]
pub trait Handler {
fn configure(&mut self,
evqh: &mut EventQueueHandle,
edges: Resize,
width: i32,
height: i32);
}