Trait objc2_web_kit::WebEditingDelegate
source · pub unsafe trait WebEditingDelegate: NSObjectProtocol {
// Provided methods
unsafe fn webViewDidBeginEditing(
&self,
notification: Option<&NSNotification>
)
where Self: Sized + Message { ... }
unsafe fn webViewDidChange(&self, notification: Option<&NSNotification>)
where Self: Sized + Message { ... }
unsafe fn webViewDidEndEditing(&self, notification: Option<&NSNotification>)
where Self: Sized + Message { ... }
unsafe fn webViewDidChangeTypingStyle(
&self,
notification: Option<&NSNotification>
)
where Self: Sized + Message { ... }
unsafe fn webViewDidChangeSelection(
&self,
notification: Option<&NSNotification>
)
where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature
WebEditingDelegate
only.Provided Methods§
unsafe fn webViewDidBeginEditing(&self, notification: Option<&NSNotification>)
👎Deprecated
unsafe fn webViewDidChange(&self, notification: Option<&NSNotification>)
👎Deprecated
unsafe fn webViewDidEndEditing(&self, notification: Option<&NSNotification>)
👎Deprecated
unsafe fn webViewDidChangeTypingStyle( &self, notification: Option<&NSNotification> )
👎Deprecated
unsafe fn webViewDidChangeSelection( &self, notification: Option<&NSNotification> )
👎Deprecated