Gtk.TreeView.SetColumnDragFunction Method
Sets a user function for determining where a column may be dropped when dragged.

Syntax

public void SetColumnDragFunction (TreeViewColumnDropFunc func, IntPtr user_data, DestroyNotify destroy)

Parameters

func
an object of type Gtk.TreeViewColumnDropFunc
user_data
ignored
destroy
ignored

Remarks

This method is obsolete. New code should use the TreeView.ColumnDragFunction property.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)