Table of Contents

Class ColumnViewCell

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

Constructors

ColumnViewCell(bool, params ConstructArgument[])

protected ColumnViewCell(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

ColumnViewCell(IntPtr, bool)

protected ColumnViewCell(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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