Table of Contents

Class StackHandle

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

Constructors

StackHandle(nint, bool)

public StackHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

StackHandle

Type Parameters

T