Table of Contents

Class ColumnViewRow

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class ColumnViewRow : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
ColumnViewRow
Implements
Inherited Members

Constructors

ColumnViewRow(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public ColumnViewRow(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ColumnViewRow(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected ColumnViewRow(CreationData data)

Parameters

data CreationData

ColumnViewRow(ColumnViewRowHandle)

protected ColumnViewRow(ColumnViewRowHandle handle)

Parameters

handle ColumnViewRowHandle

Fields

AccessibleDescriptionPropertyDefinition

public static readonly Property<string?, ColumnViewRow> AccessibleDescriptionPropertyDefinition

Field Value

Property<string, ColumnViewRow>

AccessibleLabelPropertyDefinition

public static readonly Property<string?, ColumnViewRow> AccessibleLabelPropertyDefinition

Field Value

Property<string, ColumnViewRow>

ActivatablePropertyDefinition

public static readonly Property<bool, ColumnViewRow> ActivatablePropertyDefinition

Field Value

Property<bool, ColumnViewRow>

FocusablePropertyDefinition

public static readonly Property<bool, ColumnViewRow> FocusablePropertyDefinition

Field Value

Property<bool, ColumnViewRow>

ItemPropertyDefinition

public static readonly Property<Object?, ColumnViewRow> ItemPropertyDefinition

Field Value

Property<Object, ColumnViewRow>

PositionPropertyDefinition

public static readonly Property<uint, ColumnViewRow> PositionPropertyDefinition

Field Value

Property<uint, ColumnViewRow>

SelectablePropertyDefinition

public static readonly Property<bool, ColumnViewRow> SelectablePropertyDefinition

Field Value

Property<bool, ColumnViewRow>

SelectedPropertyDefinition

public static readonly Property<bool, ColumnViewRow> SelectedPropertyDefinition

Field Value

Property<bool, ColumnViewRow>

Properties

AccessibleDescription

public string? AccessibleDescription { get; set; }

Property Value

string

AccessibleLabel

public string? AccessibleLabel { get; set; }

Property Value

string

Activatable

public bool Activatable { get; set; }

Property Value

bool

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

Selectable

public bool Selectable { get; set; }

Property Value

bool

Selected

public bool Selected { get; }

Property Value

bool

Methods

GetAccessibleDescription()

[Version("4.12")]
public string GetAccessibleDescription()

Returns

string

GetAccessibleLabel()

[Version("4.12")]
public string GetAccessibleLabel()

Returns

string

GetActivatable()

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

Returns

bool

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

GetSelectable()

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

Returns

bool

GetSelected()

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

Returns

bool

NewFromPointer(nint, bool)

Creates a new managed ColumnViewRow instance for a given pointer.

public static ColumnViewRow NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

ColumnViewRow

NewWithProperties(ConstructArgument[])

Creates a new ColumnViewRow and sets the properties specified by the construct arguments.

public static ColumnViewRow NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

ColumnViewRow

SetAccessibleDescription(string)

[Version("4.12")]
public void SetAccessibleDescription(string description)

Parameters

description string

SetAccessibleLabel(string)

[Version("4.12")]
public void SetAccessibleLabel(string label)

Parameters

label string

SetActivatable(bool)

[Version("4.12")]
public void SetActivatable(bool activatable)

Parameters

activatable bool

SetFocusable(bool)

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

Parameters

focusable bool

SetSelectable(bool)

[Version("4.12")]
public void SetSelectable(bool selectable)

Parameters

selectable bool