Table of Contents

Class OverlayLayout

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class OverlayLayout : LayoutManager, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
OverlayLayout
Implements
Inherited Members

Constructors

OverlayLayout(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public OverlayLayout(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

OverlayLayout(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected OverlayLayout(CreationData data)

Parameters

data CreationData

OverlayLayout(OverlayLayoutHandle)

protected OverlayLayout(OverlayLayoutHandle handle)

Parameters

handle OverlayLayoutHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static OverlayLayout New()

Returns

OverlayLayout

NewFromPointer(nint, bool)

Creates a new managed OverlayLayout instance for a given pointer.

public static OverlayLayout NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

OverlayLayout

NewWithProperties(ConstructArgument[])

Creates a new OverlayLayout and sets the properties specified by the construct arguments.

public static OverlayLayout NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

OverlayLayout