Method

Gtk.TreeViewColumn.set_title

Declaration [src]

void
gtk_tree_view_column_set_title (
  GtkTreeViewColumn* tree_column,
  const char* title
)

Description [src]

Sets the title of the tree_column. If a custom widget has been set, then this value is ignored.

Parameters

title const char*
 

The title of the tree_column.

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string