Table of Contents

Class GridLayoutChild

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

Constructors

GridLayoutChild(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

GridLayoutChild(IntPtr, bool)

protected GridLayoutChild(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ColumnPropertyDefinition

public static readonly Property<int, GridLayoutChild> ColumnPropertyDefinition

Field Value

Property<int, GridLayoutChild>

ColumnSpanPropertyDefinition

public static readonly Property<int, GridLayoutChild> ColumnSpanPropertyDefinition

Field Value

Property<int, GridLayoutChild>

RowPropertyDefinition

public static readonly Property<int, GridLayoutChild> RowPropertyDefinition

Field Value

Property<int, GridLayoutChild>

RowSpanPropertyDefinition

public static readonly Property<int, GridLayoutChild> RowSpanPropertyDefinition

Field Value

Property<int, GridLayoutChild>

Properties

Column

public int Column { get; set; }

Property Value

int

ColumnSpan

public int ColumnSpan { get; set; }

Property Value

int

Row

public int Row { get; set; }

Property Value

int

RowSpan

public int RowSpan { get; set; }

Property Value

int

Methods

GetColumn()

public int GetColumn()

Returns

int

GetColumnSpan()

public int GetColumnSpan()

Returns

int

GetGType()

public static Type GetGType()

Returns

Type

GetRow()

public int GetRow()

Returns

int

GetRowSpan()

public int GetRowSpan()

Returns

int

SetColumn(int)

public void SetColumn(int column)

Parameters

column int

SetColumnSpan(int)

public void SetColumnSpan(int span)

Parameters

span int

SetRow(int)

public void SetRow(int row)

Parameters

row int

SetRowSpan(int)

public void SetRowSpan(int span)

Parameters

span int