Table of Contents

Class ToggleButtonHandle

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

Constructors

ToggleButtonHandle(nint, bool)

public ToggleButtonHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ToggleButtonHandle

Type Parameters

T