@accepts(Gtk.TreeViewColumn, utf8, utf8, GLib.CompareDataFunc, gpointer, GLib.DestroyNotify) @returns(none) def append_column_custom(column, title, key, sort_func, data, data_destroy)
Appends a custom column to the entry view.
column : |
a GtkTreeViewColumn to append |
title : |
title for the column (translated) |
key : |
sort key for the column (not translated) |
sort_func : |
comparison function to use for sorting on the column |
data : |
data to pass to the sort function |
data_destroy : |
function to use to destroy the sort data |