Table of Contents

Delegate TreeViewColumnDropFunc

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public delegate bool TreeViewColumnDropFunc(nint treeView, nint column, nint prevColumn, nint nextColumn, nint data)

Parameters

treeView nint
column nint
prevColumn nint
nextColumn nint
data nint

Returns

bool