Class CellAreaBox
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class CellAreaBox : CellArea, IDisposable, Buildable, CellLayout, Orientable, GTypeProvider, InstanceFactory
- Inheritance
-
CellAreaBox
- Implements
- Inherited Members
Constructors
CellAreaBox(params ConstructArgument[])
public CellAreaBox(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
CellAreaBox(CellAreaBoxHandle)
public CellAreaBox(CellAreaBoxHandle handle)
Parameters
handle
CellAreaBoxHandle
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
renderer
CellRendererexpand
boolalign
boolfixed
bool
PackStart(CellRenderer, bool, bool, bool)
public void PackStart(CellRenderer renderer, bool expand, bool align, bool @fixed)
Parameters
renderer
CellRendererexpand
boolalign
boolfixed
bool
Reorder(CellRenderer, int)
public void Reorder(CellRenderer cell, int position)
Parameters
cell
CellRendererposition
int
SetCellDataFunc(CellRenderer, CellLayoutDataFunc?)
public void SetCellDataFunc(CellRenderer cell, CellLayoutDataFunc? func)
Parameters
cell
CellRendererfunc
CellLayoutDataFunc
SetOrientation(Orientation)
public void SetOrientation(Orientation orientation)
Parameters
orientation
Orientation
SetSpacing(int)
public void SetSpacing(int spacing)
Parameters
spacing
int