Table of Contents

Class PasswordEntryHandle

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

Constructors

PasswordEntryHandle(nint, bool)

public PasswordEntryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PasswordEntryHandle

Type Parameters

T