Table of Contents

Class CellAreaContext

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

Constructors

CellAreaContext(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

CellAreaContext(IntPtr, bool)

protected CellAreaContext(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

AreaPropertyDefinition

public static readonly Property<CellArea?, CellAreaContext> AreaPropertyDefinition

Field Value

Property<CellArea, CellAreaContext>

MinimumHeightPropertyDefinition

public static readonly Property<int, CellAreaContext> MinimumHeightPropertyDefinition

Field Value

Property<int, CellAreaContext>

MinimumWidthPropertyDefinition

public static readonly Property<int, CellAreaContext> MinimumWidthPropertyDefinition

Field Value

Property<int, CellAreaContext>

NaturalHeightPropertyDefinition

public static readonly Property<int, CellAreaContext> NaturalHeightPropertyDefinition

Field Value

Property<int, CellAreaContext>

NaturalWidthPropertyDefinition

public static readonly Property<int, CellAreaContext> NaturalWidthPropertyDefinition

Field Value

Property<int, CellAreaContext>

Properties

Area

public CellArea? Area { get; }

Property Value

CellArea

MinimumHeight

public int MinimumHeight { get; }

Property Value

int

MinimumWidth

public int MinimumWidth { get; }

Property Value

int

NaturalHeight

public int NaturalHeight { get; }

Property Value

int

NaturalWidth

public int NaturalWidth { get; }

Property Value

int

Methods

Allocate(int, int)

public void Allocate(int width, int height)

Parameters

width int
height int

GetAllocation(out int, out int)

public void GetAllocation(out int width, out int height)

Parameters

width int
height int

GetArea()

public CellArea GetArea()

Returns

CellArea

GetGType()

public static Type GetGType()

Returns

Type

GetPreferredHeight(out int, out int)

public void GetPreferredHeight(out int minimumHeight, out int naturalHeight)

Parameters

minimumHeight int
naturalHeight int

GetPreferredHeightForWidth(int, out int, out int)

public void GetPreferredHeightForWidth(int width, out int minimumHeight, out int naturalHeight)

Parameters

width int
minimumHeight int
naturalHeight int

GetPreferredWidth(out int, out int)

public void GetPreferredWidth(out int minimumWidth, out int naturalWidth)

Parameters

minimumWidth int
naturalWidth int

GetPreferredWidthForHeight(int, out int, out int)

public void GetPreferredWidthForHeight(int height, out int minimumWidth, out int naturalWidth)

Parameters

height int
minimumWidth int
naturalWidth int

PushPreferredHeight(int, int)

public void PushPreferredHeight(int minimumHeight, int naturalHeight)

Parameters

minimumHeight int
naturalHeight int

PushPreferredWidth(int, int)

public void PushPreferredWidth(int minimumWidth, int naturalWidth)

Parameters

minimumWidth int
naturalWidth int

Reset()

public void Reset()