Table of Contents

Class SwitchHandle

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

Constructors

SwitchHandle(nint, bool)

public SwitchHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SwitchHandle

Type Parameters

T