Class Layout
- Namespace
- Adw
- Assembly
- Adw-1.dll
public sealed class Layout : Object, IDisposable, Buildable, GTypeProvider, InstanceFactory
- Inheritance
-
Layout
- Implements
- Inherited Members
Constructors
Layout(LayoutHandle)
public Layout(LayoutHandle handle)
Parameters
handle
LayoutHandle
Layout(params ConstructArgument[])
public Layout(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
Fields
ContentPropertyDefinition
public static readonly Property<Widget?, Layout> ContentPropertyDefinition
Field Value
NamePropertyDefinition
public static readonly Property<string?, Layout> NamePropertyDefinition
Field Value
Properties
Content
public Widget? Content { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
Methods
GetBuildableId()
public string? GetBuildableId()
Returns
GetContent()
[Version("1.6")]
public Widget GetContent()
Returns
GetGType()
public static Type GetGType()
Returns
GetName()
[Version("1.6")]
public string? GetName()
Returns
New(Widget)
[Version("1.6")]
public static Layout New(Widget content)
Parameters
content
Widget
Returns
SetName(string?)
[Version("1.6")]
public void SetName(string? name)
Parameters
name
string