Table of Contents

Class OverlayLayoutChild

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class OverlayLayoutChild
Inheritance
OverlayLayoutChild
Inherited Members

Methods

GetClipOverlay(IntPtr)

Calls native method gtk_overlay_layout_child_get_clip_overlay.

public static extern bool GetClipOverlay(IntPtr child)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_overlay_layout_child_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetMeasure(IntPtr)

Calls native method gtk_overlay_layout_child_get_measure.

public static extern bool GetMeasure(IntPtr child)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetClipOverlay(IntPtr, bool)

Calls native method gtk_overlay_layout_child_set_clip_overlay.

public static extern void SetClipOverlay(IntPtr child, bool clipOverlay)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

clipOverlay bool

Transfer ownership: None Nullable: False

SetMeasure(IntPtr, bool)

Calls native method gtk_overlay_layout_child_set_measure.

public static extern void SetMeasure(IntPtr child, bool measure)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

measure bool

Transfer ownership: None Nullable: False