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 and macOS only.unsafe fn viewDidMoveToHostWindow(&self)
๐Deprecated