Gtk.Widget.prototype.drag_highlight

function drag_highlight():void {
    // Gjs wrapper for gtk_drag_highlight()
}

Draws a highlight around a widget. This will attach handlers to Gtk.draw, so the highlight will continue to be displayed until Gtk.drag_unhighlight is called.