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
constructArgumentsConstructArgument[]
OverlayLayoutChild(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected OverlayLayoutChild(CreationData data)
Parameters
dataCreationData
OverlayLayoutChild(OverlayLayoutChildHandle)
protected OverlayLayoutChild(OverlayLayoutChildHandle handle)
Parameters
handleOverlayLayoutChildHandle
Fields
ClipOverlayPropertyDefinition
public static readonly Property<bool, OverlayLayoutChild> ClipOverlayPropertyDefinition
Field Value
MeasurePropertyDefinition
public static readonly Property<bool, OverlayLayoutChild> MeasurePropertyDefinition
Field Value
Properties
ClipOverlay
public bool ClipOverlay { get; set; }
Property Value
Measure
public bool Measure { get; set; }
Property Value
Methods
GetClipOverlay()
public bool GetClipOverlay()
Returns
GetGType()
public static Type GetGType()
Returns
GetMeasure()
public bool GetMeasure()
Returns
NewFromPointer(nint, bool)
Creates a new managed OverlayLayoutChild instance for a given pointer.
public static OverlayLayoutChild NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new OverlayLayoutChild and sets the properties specified by the construct arguments.
public static OverlayLayoutChild NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetClipOverlay(bool)
public void SetClipOverlay(bool clipOverlay)
Parameters
clipOverlaybool
SetMeasure(bool)
public void SetMeasure(bool measure)
Parameters
measurebool