Gtk.CellRenderer.prototype.set_padding

function set_padding(xpad:Number, ypad:Number):void {
    // Gjs wrapper for gtk_cell_renderer_set_padding()
}

Sets the renderer's padding.

Since 2.18

xpad

the x padding of the cell renderer

ypad

the y padding of the cell renderer