Gtk.CellRenderer.prototype.set_alignment
function set_alignment(xalign:Number, yalign:Number):void { // Gjs wrapper for gtk_cell_renderer_set_alignment() }
Sets the renderer's alignment within its available space.
Since 2.18
- xalign
the x alignment of the cell renderer
- yalign
the y alignment of the cell renderer