Table of Contents

Class StackSwitcherHandle

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

Constructors

StackSwitcherHandle(nint, bool)

public StackSwitcherHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

StackSwitcherHandle

Type Parameters

T