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
boolconstructArguments
ConstructArgument[]
LayoutChild(IntPtr, bool)
protected LayoutChild(IntPtr ptr, bool ownedRef)
Parameters
Fields
ChildWidgetPropertyDefinition
public static readonly Property<Widget?, LayoutChild> ChildWidgetPropertyDefinition
Field Value
LayoutManagerPropertyDefinition
public static readonly Property<LayoutManager?, LayoutChild> LayoutManagerPropertyDefinition
Field Value
Properties
ChildWidget
public Widget? ChildWidget { get; }
Property Value
LayoutManager
public LayoutManager? LayoutManager { get; }
Property Value
Methods
GetChildWidget()
public Widget GetChildWidget()
Returns
GetGType()
public static Type GetGType()
Returns
GetLayoutManager()
public LayoutManager GetLayoutManager()