Table of Contents

Interface Indenter

Namespace
GtkSource
Assembly
GtkSource-5.dll
public interface Indenter

Properties

Handle

ObjectHandle Handle { get; }

Property Value

ObjectHandle

Methods

IsTrigger(View, TextIter, ModifierType, uint)

bool IsTrigger(View view, TextIter location, ModifierType state, uint keyval)

Parameters

view View
location TextIter
state ModifierType
keyval uint

Returns

bool