pub trait IPlugFrameTrait {
    // Required method
    unsafe fn resizeView(
        &self,
        view: *mut IPlugView,
        newSize: *mut ViewRect
    ) -> tresult;
}

Required Methods§

source

unsafe fn resizeView( &self, view: *mut IPlugView, newSize: *mut ViewRect ) -> tresult

Implementors§