Interface CellLayout
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public interface CellLayout : NativeObject, GTypeProvider, IDisposable
- Inherited Members
Methods
AddAttribute(CellRenderer, string, int)
void AddAttribute(CellRenderer cell, string attribute, int column)
Parameters
cellCellRendererattributestringcolumnint
Clear()
void Clear()
ClearAttributes(CellRenderer)
void ClearAttributes(CellRenderer cell)
Parameters
cellCellRenderer
GetArea()
CellArea? GetArea()
Returns
PackEnd(CellRenderer, bool)
void PackEnd(CellRenderer cell, bool expand)
Parameters
cellCellRendererexpandbool
PackStart(CellRenderer, bool)
void PackStart(CellRenderer cell, bool expand)
Parameters
cellCellRendererexpandbool
Reorder(CellRenderer, int)
void Reorder(CellRenderer cell, int position)
Parameters
cellCellRendererpositionint
SetCellDataFunc(CellRenderer, CellLayoutDataFunc?)
void SetCellDataFunc(CellRenderer cell, CellLayoutDataFunc? func)
Parameters
cellCellRendererfuncCellLayoutDataFuncA callback. If it raises an exception the application will terminate. To receive this unhandled exception see SetHandler(Action<Exception>?).