Method
GtkTreeViewColumnclicked
deprecated: 4.10
Declaration [src]
void
gtk_tree_view_column_clicked (
GtkTreeViewColumn* tree_column
)
Description [src]
Emits the “clicked” signal on the column. This function will only work if
tree_column
is clickable.
Deprecated since: 4.10
Use GtkColumnView instead.