Table of Contents

Class LayoutChild

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class LayoutChild : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
LayoutChild
Implements
Derived
Inherited Members

Constructors

LayoutChild(bool, params ConstructArgument[])

protected LayoutChild(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

LayoutChild(IntPtr, bool)

protected LayoutChild(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChildWidgetPropertyDefinition

public static readonly Property<Widget?, LayoutChild> ChildWidgetPropertyDefinition

Field Value

Property<Widget, LayoutChild>

LayoutManagerPropertyDefinition

public static readonly Property<LayoutManager?, LayoutChild> LayoutManagerPropertyDefinition

Field Value

Property<LayoutManager, LayoutChild>

Properties

ChildWidget

public Widget? ChildWidget { get; }

Property Value

Widget

LayoutManager

public LayoutManager? LayoutManager { get; }

Property Value

LayoutManager

Methods

GetChildWidget()

public Widget GetChildWidget()

Returns

Widget

GetGType()

public static Type GetGType()

Returns

Type

GetLayoutManager()

public LayoutManager GetLayoutManager()

Returns

LayoutManager