Table of Contents

Class CellLayoutHelper

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

Constructors

CellLayoutHelper(IntPtr, bool)

public CellLayoutHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Methods

GetArea()

public CellArea? GetArea()

Returns

CellArea

GetGType()

public static Type GetGType()

Returns

Type

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