selection_remove_all
function selection_remove_all(widget:Gtk.Widget):void {
// Gjs wrapper for gtk_selection_remove_all()
}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