Table of Contents

Delegate TextViewClassData.ExtendSelectionCallback

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public delegate bool TextViewClassData.ExtendSelectionCallback(nint textView, TextExtendSelection granularity, nint location, nint start, nint end)

Parameters

textView nint
granularity TextExtendSelection
location nint
start nint
end nint

Returns

bool