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
handleObjectHandle
Methods
GetArea()
public CellArea? GetArea()
Returns
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed CellLayoutHelper instance for a given pointer.
public static CellLayoutHelper NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
Reorder(CellRenderer, int)
public void Reorder(CellRenderer cell, int position)
Parameters
cellCellRendererpositionint
SetCellDataFunc(CellRenderer, CellLayoutDataFunc?)
public void SetCellDataFunc(CellRenderer cell, CellLayoutDataFunc? func)
Parameters
cellCellRendererfuncCellLayoutDataFunc