Method

GntTreeset_column_is_right_aligned

since: 2.1

Declaration [src]

void
gnt_tree_set_column_is_right_aligned (
  GntTree* tree,
  int col,
  gboolean right
)

Description [src]

Set whether text in a column should be right-aligned.

Available since: 2.1

Parameters

col

Type: int

The index of the column.

right

Type: gboolean

TRUE if the text in the column should be right aligned.