GNOME Bugzilla – Bug 138076
TreeView::move_column_after needs overload
Last modified: 2004-12-22 21:47:04 UTC
TreeView::move_column_after (TreeViewColumn& column, TreeViewColumn& base_column) The documentation says that you could send 0 instead of base_column to move column in the first position of the view. But reference won't be handled in same manner as pointer, so, overload is needed.
Created attachment 25932 [details] [review] Patch to fix the problem Added overload for move_column_after method
Thanks. I have committed this, but actually changed the method name to move_column_to_start(), because that's what it does.