gtkCellRendererSetAlignment {RGtk2}R Documentation

gtkCellRendererSetAlignment

Description

Sets the renderer's alignment within its available space.

Usage

gtkCellRendererSetAlignment(object, xalign, yalign)

Arguments

object

A GtkCellRenderer

xalign

the x alignment of the cell renderer

yalign

the y alignment of the cell renderer

Details

Since 2.18

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]