Trait nativeshell::shell::PlatformWindowDelegate[][src]

pub trait PlatformWindowDelegate {
    fn visibility_changed(&self, visible: bool);
fn did_request_close(&self);
fn will_close(&self);
fn dragging_exited(&self);
fn dragging_updated(&self, info: &DraggingInfo);
fn perform_drop(&self, info: &DraggingInfo);
fn drag_ended(&self, effect: DragEffect);
fn get_engine_handle(&self) -> EngineHandle; }

Required methods

Implementors