Trait objc2_web_kit::NSObjectWebPlugInContainer

source ·
pub unsafe trait NSObjectWebPlugInContainer: ClassType {
    // Provided methods
    unsafe fn webPlugInContainerLoadRequest_inFrame(
        &self,
        request: Option<&NSURLRequest>,
        target: Option<&NSString>
    )
       where Self: Sized + Message { ... }
    unsafe fn webPlugInContainerShowStatus(&self, message: Option<&NSString>)
       where Self: Sized + Message { ... }
    unsafe fn webPlugInContainerSelectionColor(
        &self
    ) -> Option<Retained<NSColor>>
       where Self: Sized + Message { ... }
    unsafe fn webFrame(&self) -> Option<Retained<WebFrame>>
       where Self: Sized + Message { ... }
}
Available on crate feature WebPluginContainer only.
Expand description

Category “WebPlugInContainer” on NSObject.

Provided Methods§

source

unsafe fn webPlugInContainerLoadRequest_inFrame( &self, request: Option<&NSURLRequest>, target: Option<&NSString> )
where Self: Sized + Message,

source

unsafe fn webPlugInContainerShowStatus(&self, message: Option<&NSString>)
where Self: Sized + Message,

source

unsafe fn webPlugInContainerSelectionColor(&self) -> Option<Retained<NSColor>>
where Self: Sized + Message,

Available on crate feature objc2-app-kit and macOS only.
source

unsafe fn webFrame(&self) -> Option<Retained<WebFrame>>
where Self: Sized + Message,

Available on crate feature WebFrame only.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSObjectWebPlugInContainer for NSObject

Implementors§