Trait objc2_web_kit::WebDocumentView
source · pub unsafe trait WebDocumentView: NSObjectProtocol {
// Provided methods
unsafe fn setDataSource(&self, data_source: Option<&WebDataSource>)
where Self: Sized + Message { ... }
unsafe fn dataSourceUpdated(&self, data_source: Option<&WebDataSource>)
where Self: Sized + Message { ... }
unsafe fn setNeedsLayout(&self, flag: bool)
where Self: Sized + Message { ... }
unsafe fn layout(&self)
where Self: Sized + Message { ... }
unsafe fn viewWillMoveToHostWindow(&self, host_window: Option<&NSWindow>)
where Self: Sized + Message { ... }
unsafe fn viewDidMoveToHostWindow(&self)
where Self: Sized + Message { ... }
}👎Deprecated
Available on crate feature
WebDocument only.Provided Methods§
unsafe fn setDataSource(&self, data_source: Option<&WebDataSource>)
👎Deprecated
Available on crate feature
WebDataSource only.unsafe fn dataSourceUpdated(&self, data_source: Option<&WebDataSource>)
👎Deprecated
Available on crate feature
WebDataSource only.unsafe fn setNeedsLayout(&self, flag: bool)
👎Deprecated
unsafe fn layout(&self)
👎Deprecated
unsafe fn viewWillMoveToHostWindow(&self, host_window: Option<&NSWindow>)
👎Deprecated
Available on crate feature
objc2-app-kit only.unsafe fn viewDidMoveToHostWindow(&self)
👎Deprecated