Method
Gtk TreeViewColumnget_title
Declaration [src]
constgchar*
gtk_tree_view_column_get_title(
GtkTreeViewColumn*tree_column
)
Return value
Type: const gchar*
The title of the column. This string should not be modified or freed.
The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.