gtkCListSetColumnJustification {RGtk2}R Documentation

gtkCListSetColumnJustification

Description

Sets the justification to be used for all text in the specified column. WARNING: gtk_clist_set_column_justification is deprecated and should not be used in newly-written code.

Usage

gtkCListSetColumnJustification(object, column, justification)

Arguments

object [GtkCList] The GtkCList to affect.
column [integer] The column which should be affected.
justification [GtkJustification] A GtkJustification value for the column.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]