Table of Contents

Class GutterHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class GutterHandle : WidgetHandle, IDisposable
Inheritance
GutterHandle
Implements
Inherited Members

Constructors

GutterHandle(nint, bool)

public GutterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static GutterHandle For<T>(ConstructArgument[] constructArguments) where T : Gutter, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

GutterHandle

Type Parameters

T