Table of Contents

Delegate TreeModelForeachFunc

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public delegate bool TreeModelForeachFunc(IntPtr model, IntPtr path, IntPtr iter, IntPtr data)

Parameters

model IntPtr
path IntPtr
iter IntPtr
data IntPtr

Returns

bool