Other items ingtk
pub fn selection_remove_all<P: IsA<Widget>>(widget: &P)
Removes all handlers and unsets ownership of all selections for a widget. Called when widget is being destroyed. This function will not generally be called by applications.
widget
a Widget
Widget