Class ColumnViewRow
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class ColumnViewRow : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
ColumnViewRow
- Implements
-
- Inherited Members
-
Constructors
ColumnViewRow(bool, params ConstructArgument[])
protected ColumnViewRow(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
bool
constructArguments
ConstructArgument[]
ColumnViewRow(IntPtr, bool)
protected ColumnViewRow(IntPtr ptr, bool ownedRef)
Parameters
ptr
IntPtr
ownedRef
bool
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
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