Table of Contents

Class SingleSelectionHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class SingleSelectionHandle : ObjectHandle, IDisposable
Inheritance
SingleSelectionHandle
Implements
Inherited Members

Constructors

SingleSelectionHandle(nint, bool)

public SingleSelectionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SingleSelectionHandle

Type Parameters

T