pub trait GtkWindowExtManual: 'static {
    fn present(&self);
}

Required Methods

Implementors