Table of Contents

Class ColumnViewCell

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class ColumnViewCell : ListItem, IDisposable, GTypeProvider, InstanceFactory
Inheritance
ColumnViewCell
Implements
Inherited Members

Constructors

ColumnViewCell(params ConstructArgument[])

public ColumnViewCell(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ColumnViewCell(ColumnViewCellHandle)

public ColumnViewCell(ColumnViewCellHandle handle)

Parameters

handle ColumnViewCellHandle

Fields

ChildPropertyDefinition

public static readonly Property<Widget?, ColumnViewCell> ChildPropertyDefinition

Field Value

Property<Widget, ColumnViewCell>

FocusablePropertyDefinition

public static readonly Property<bool, ColumnViewCell> FocusablePropertyDefinition

Field Value

Property<bool, ColumnViewCell>

ItemPropertyDefinition

public static readonly Property<Object?, ColumnViewCell> ItemPropertyDefinition

Field Value

Property<Object, ColumnViewCell>

PositionPropertyDefinition

public static readonly Property<uint, ColumnViewCell> PositionPropertyDefinition

Field Value

Property<uint, ColumnViewCell>

SelectedPropertyDefinition

public static readonly Property<bool, ColumnViewCell> SelectedPropertyDefinition

Field Value

Property<bool, ColumnViewCell>

Properties

Child

public Widget? Child { get; set; }

Property Value

Widget

Focusable

public bool Focusable { get; set; }

Property Value

bool

Item

public Object? Item { get; }

Property Value

Object

Position

public uint Position { get; }

Property Value

uint

Selected

public bool Selected { get; }

Property Value

bool

Methods

GetChild()

[Version("4.12")]
public Widget? GetChild()

Returns

Widget

GetFocusable()

[Version("4.12")]
public bool GetFocusable()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetItem()

[Version("4.12")]
public Object? GetItem()

Returns

Object

GetPosition()

[Version("4.12")]
public uint GetPosition()

Returns

uint

GetSelected()

[Version("4.12")]
public bool GetSelected()

Returns

bool

SetChild(Widget?)

[Version("4.12")]
public void SetChild(Widget? child)

Parameters

child Widget

SetFocusable(bool)

[Version("4.12")]
public void SetFocusable(bool focusable)

Parameters

focusable bool