Table of Contents

Class FlowBoxHandle

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

Constructors

FlowBoxHandle(nint, bool)

public FlowBoxHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FlowBoxHandle

Type Parameters

T