Table of Contents

Class CheckButtonHandle

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

Constructors

CheckButtonHandle(nint, bool)

public CheckButtonHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CheckButtonHandle

Type Parameters

T