Table of Contents

Class IndenterHelper

Namespace
GtkSource
Assembly
GtkSource-5.dll
public sealed class IndenterHelper : Object, Indenter, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
IndenterHelper
Implements
Inherited Members

Constructors

IndenterHelper(ObjectHandle)

protected IndenterHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

IsTrigger(View, TextIter, ModifierType, uint)

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

Parameters

view View
location TextIter
state ModifierType
keyval uint

Returns

bool

NewFromPointer(nint, bool)

Creates a new managed IndenterHelper instance for a given pointer.

public static IndenterHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

IndenterHelper