Gtk.Widget.prototype.queue_draw

function queue_draw():void {
    // Gjs wrapper for gtk_widget_queue_draw()
}

Equivalent to calling Gtk.queue_draw_area for the entire area of a widget.