Table of Contents

Class CellLayoutHelper

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class CellLayoutHelper : Object, CellLayout, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
CellLayoutHelper
Implements
Inherited Members

Constructors

CellLayoutHelper(ObjectHandle)

protected CellLayoutHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Methods

GetArea()

public CellArea? GetArea()

Returns

CellArea

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed CellLayoutHelper instance for a given pointer.

public static CellLayoutHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

CellLayoutHelper

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