Table of Contents

Class IMContextSimpleHandle

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

Constructors

IMContextSimpleHandle(nint, bool)

public IMContextSimpleHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

IMContextSimpleHandle

Type Parameters

T