Table of Contents

Interface CellLayout

Namespace
Gtk
Assembly
Gtk-4.0.dll
public interface CellLayout : IHandle
Inherited Members

Methods

AddAttribute(CellRenderer, string, int)

void AddAttribute(CellRenderer cell, string attribute, int column)

Parameters

cell CellRenderer
attribute string
column int

Clear()

void Clear()

ClearAttributes(CellRenderer)

void ClearAttributes(CellRenderer cell)

Parameters

cell CellRenderer

GetArea()

CellArea? GetArea()

Returns

CellArea

PackEnd(CellRenderer, bool)

void PackEnd(CellRenderer cell, bool expand)

Parameters

cell CellRenderer
expand bool

PackStart(CellRenderer, bool)

void PackStart(CellRenderer cell, bool expand)

Parameters

cell CellRenderer
expand bool

Reorder(CellRenderer, int)

void Reorder(CellRenderer cell, int position)

Parameters

cell CellRenderer
position int

SetCellDataFunc(CellRenderer, CellLayoutDataFunc?)

void SetCellDataFunc(CellRenderer cell, CellLayoutDataFunc? func)

Parameters

cell CellRenderer
func CellLayoutDataFunc