Class CellAreaBox
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class CellAreaBox : CellArea, Buildable, CellLayout, Orientable, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
CellAreaBox
- Implements
- Inherited Members
Constructors
CellAreaBox(params ConstructArgument[])
public CellAreaBox(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
CellAreaBox(CellAreaBoxHandle)
public CellAreaBox(CellAreaBoxHandle handle)
Parameters
handleCellAreaBoxHandle
Fields
SpacingPropertyDefinition
public static readonly Property<int, CellAreaBox> SpacingPropertyDefinition
Field Value
Properties
Spacing
public int Spacing { get; set; }
Property Value
Methods
GetArea()
public CellArea? GetArea()
Returns
GetBuildableId()
public string? GetBuildableId()
Returns
GetGType()
public static Type GetGType()
Returns
GetOrientation()
public Orientation GetOrientation()
Returns
GetSpacing()
public int GetSpacing()
Returns
New()
public static CellAreaBox New()
Returns
PackEnd(CellRenderer, bool, bool, bool)
public void PackEnd(CellRenderer renderer, bool expand, bool align, bool @fixed)
Parameters
rendererCellRendererexpandboolalignboolfixedbool
PackStart(CellRenderer, bool, bool, bool)
public void PackStart(CellRenderer renderer, bool expand, bool align, bool @fixed)
Parameters
rendererCellRendererexpandboolalignboolfixedbool
Reorder(CellRenderer, int)
public void Reorder(CellRenderer cell, int position)
Parameters
cellCellRendererpositionint
SetCellDataFunc(CellRenderer, CellLayoutDataFunc?)
public void SetCellDataFunc(CellRenderer cell, CellLayoutDataFunc? func)
Parameters
cellCellRendererfuncCellLayoutDataFunc
SetOrientation(Orientation)
public void SetOrientation(Orientation orientation)
Parameters
orientationOrientation
SetSpacing(int)
public void SetSpacing(int spacing)
Parameters
spacingint