Table of Contents

Delegate TreeViewSearchEqualFunc

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public delegate bool TreeViewSearchEqualFunc(IntPtr model, int column, NonNullableUtf8StringHandle key, IntPtr iter, IntPtr searchData)

Parameters

model IntPtr
column int
key NonNullableUtf8StringHandle
iter IntPtr
searchData IntPtr

Returns

bool