Gtk.TreeViewColumnDropFunc Delegate
A delegate type to specify a function signature for saying where a dragged column may be dropped.

Syntax

public delegate bool TreeViewColumnDropFunc (TreeView tree_view, TreeViewColumn column, TreeViewColumn prev_column, TreeViewColumn next_column)

Parameters

tree_view
Documentation for this section has not yet been entered.
column
Documentation for this section has not yet been entered.
prev_column
Documentation for this section has not yet been entered.
next_column
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

See TreeView.SetColumnDragFunction for more details on how this delegate should be used.

Requirements

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