Table of Contents

Class EventControllerHandle

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

Constructors

EventControllerHandle(nint, bool)

public EventControllerHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EventControllerHandle

Type Parameters

T