Table of Contents

Class CellAreaBox

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class CellAreaBox : CellArea, IObject, INotifyPropertyChanged, IDisposable, Buildable, CellLayout, Orientable, IHandle, GTypeProvider
Inheritance
CellAreaBox
Implements
Inherited Members

Constructors

CellAreaBox()

public CellAreaBox()

CellAreaBox(params ConstructArgument[])

protected CellAreaBox(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CellAreaBox(IntPtr, bool)

protected CellAreaBox(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

SpacingPropertyDefinition

public static readonly Property<int, CellAreaBox> SpacingPropertyDefinition

Field Value

Property<int, CellAreaBox>

Properties

Spacing

public int Spacing { get; set; }

Property Value

int

Methods

GetArea()

public CellArea? GetArea()

Returns

CellArea

GetBuildableId()

public string? GetBuildableId()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

GetOrientation()

public Orientation GetOrientation()

Returns

Orientation

GetSpacing()

public int GetSpacing()

Returns

int

New()

public static CellAreaBox New()

Returns

CellAreaBox

PackEnd(CellRenderer, bool, bool, bool)

public void PackEnd(CellRenderer renderer, bool expand, bool align, bool @fixed)

Parameters

renderer CellRenderer
expand bool
align bool
fixed bool

PackStart(CellRenderer, bool, bool, bool)

public void PackStart(CellRenderer renderer, bool expand, bool align, bool @fixed)

Parameters

renderer CellRenderer
expand bool
align bool
fixed bool

Reorder(CellRenderer, int)

public void Reorder(CellRenderer cell, int position)

Parameters

cell CellRenderer
position int

SetCellDataFunc(CellRenderer, CellLayoutDataFunc?)

public void SetCellDataFunc(CellRenderer cell, CellLayoutDataFunc? func)

Parameters

cell CellRenderer
func CellLayoutDataFunc

SetOrientation(Orientation)

public void SetOrientation(Orientation orientation)

Parameters

orientation Orientation

SetSpacing(int)

public void SetSpacing(int spacing)

Parameters

spacing int