Table of Contents

Class LockButtonHandle

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

Constructors

LockButtonHandle(nint, bool)

public LockButtonHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

LockButtonHandle

Type Parameters

T