Method

GntTreeset_column_is_binary

Declaration [src]

void
gnt_tree_set_column_is_binary (
  GntTree* tree,
  int col,
  gboolean bin
)

Description [src]

Set whether data in a column should be considered as binary data, and not as strings. A column containing binary data will be display empty text.

Parameters

col

Type: int

The index of the column.

bin

Type: gboolean

TRUE if the data for the column is binary.