Table of Contents

Class FixedLayoutHandle

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

Constructors

FixedLayoutHandle(nint, bool)

public FixedLayoutHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FixedLayoutHandle

Type Parameters

T