Table of Contents

Class CellAreaClassHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public abstract class CellAreaClassHandle : SafeHandle, IDisposable
Inheritance
CellAreaClassHandle
Implements
Derived
Inherited Members

Constructors

CellAreaClassHandle(bool)

protected CellAreaClassHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(CellAreaClassHandle?)

public bool Equals(CellAreaClassHandle? other)

Parameters

other CellAreaClassHandle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetActivate()

public CellAreaClassData.ActivateCallback GetActivate()

Returns

CellAreaClassData.ActivateCallback

GetAdd()

public CellAreaClassData.AddCallback GetAdd()

Returns

CellAreaClassData.AddCallback

GetApplyAttributes()

public CellAreaClassData.ApplyAttributesCallback GetApplyAttributes()

Returns

CellAreaClassData.ApplyAttributesCallback

GetCopyContext()

public CellAreaClassData.CopyContextCallback GetCopyContext()

Returns

CellAreaClassData.CopyContextCallback

GetCreateContext()

public CellAreaClassData.CreateContextCallback GetCreateContext()

Returns

CellAreaClassData.CreateContextCallback

GetEvent()

public CellAreaClassData.EventCallback GetEvent()

Returns

CellAreaClassData.EventCallback

GetFocus()

public CellAreaClassData.FocusCallback GetFocus()

Returns

CellAreaClassData.FocusCallback

GetForeach()

public CellAreaClassData.ForeachCallback GetForeach()

Returns

CellAreaClassData.ForeachCallback

GetForeachAlloc()

public CellAreaClassData.ForeachAllocCallback GetForeachAlloc()

Returns

CellAreaClassData.ForeachAllocCallback

GetGetCellProperty()

public CellAreaClassData.GetCellPropertyCallback GetGetCellProperty()

Returns

CellAreaClassData.GetCellPropertyCallback

GetGetPreferredHeight()

public CellAreaClassData.GetPreferredHeightCallback GetGetPreferredHeight()

Returns

CellAreaClassData.GetPreferredHeightCallback

GetGetPreferredHeightForWidth()

public CellAreaClassData.GetPreferredHeightForWidthCallback GetGetPreferredHeightForWidth()

Returns

CellAreaClassData.GetPreferredHeightForWidthCallback

GetGetPreferredWidth()

public CellAreaClassData.GetPreferredWidthCallback GetGetPreferredWidth()

Returns

CellAreaClassData.GetPreferredWidthCallback

GetGetPreferredWidthForHeight()

public CellAreaClassData.GetPreferredWidthForHeightCallback GetGetPreferredWidthForHeight()

Returns

CellAreaClassData.GetPreferredWidthForHeightCallback

GetGetRequestMode()

public CellAreaClassData.GetRequestModeCallback GetGetRequestMode()

Returns

CellAreaClassData.GetRequestModeCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetIsActivatable()

public CellAreaClassData.IsActivatableCallback GetIsActivatable()

Returns

CellAreaClassData.IsActivatableCallback

GetRemove()

public CellAreaClassData.RemoveCallback GetRemove()

Returns

CellAreaClassData.RemoveCallback

GetSetCellProperty()

public CellAreaClassData.SetCellPropertyCallback GetSetCellProperty()

Returns

CellAreaClassData.SetCellPropertyCallback

GetSnapshot()

public CellAreaClassData.SnapshotCallback GetSnapshot()

Returns

CellAreaClassData.SnapshotCallback