Table of Contents

Class EntryHandle

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

Constructors

EntryHandle(nint, bool)

public EntryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EntryHandle

Type Parameters

T