Gtk.Accessible.prototype.get_widget

function get_widget():Gtk.Widget {
    // Gjs wrapper for gtk_accessible_get_widget()
}

Gets the Gtk.Widget corresponding to the Gtk.Accessible. The returned widget does not have a reference added, so you do not need to unref it.

Since 2.22

Returns

pointer to the Gtk.Widget corresponding to the Gtk.Accessible, or null.