Table of Contents

Class BoxHandle

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

Constructors

BoxHandle(nint, bool)

public BoxHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BoxHandle

Type Parameters

T