Table of Contents

Class OverlayLayoutChild

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

Constructors

OverlayLayoutChild(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 OverlayLayoutChild(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

OverlayLayoutChild(CreationData)

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

Parameters

data CreationData

OverlayLayoutChild(OverlayLayoutChildHandle)

protected OverlayLayoutChild(OverlayLayoutChildHandle handle)

Parameters

handle OverlayLayoutChildHandle

Fields

ClipOverlayPropertyDefinition

public static readonly Property<bool, OverlayLayoutChild> ClipOverlayPropertyDefinition

Field Value

Property<bool, OverlayLayoutChild>

MeasurePropertyDefinition

public static readonly Property<bool, OverlayLayoutChild> MeasurePropertyDefinition

Field Value

Property<bool, OverlayLayoutChild>

Properties

ClipOverlay

public bool ClipOverlay { get; set; }

Property Value

bool

Measure

public bool Measure { get; set; }

Property Value

bool

Methods

GetClipOverlay()

public bool GetClipOverlay()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetMeasure()

public bool GetMeasure()

Returns

bool

NewFromPointer(nint, bool)

Creates a new managed OverlayLayoutChild instance for a given pointer.

public static OverlayLayoutChild NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

OverlayLayoutChild

NewWithProperties(ConstructArgument[])

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

public static OverlayLayoutChild NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

OverlayLayoutChild

SetClipOverlay(bool)

public void SetClipOverlay(bool clipOverlay)

Parameters

clipOverlay bool

SetMeasure(bool)

public void SetMeasure(bool measure)

Parameters

measure bool