Table of Contents

Class ComboRow

Namespace
Adw
Assembly
Adw-1.dll
public class ComboRow : ActionRow, IObject, INotifyPropertyChanged, IDisposable, Accessible, Actionable, Buildable, ConstraintTarget, IHandle, GTypeProvider
Inheritance
ComboRow
Implements
Inherited Members

Constructors

ComboRow()

public ComboRow()

ComboRow(params ConstructArgument[])

protected ComboRow(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ComboRow(IntPtr, bool)

protected ComboRow(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

EnableSearchPropertyDefinition

public static readonly Property<bool, ComboRow> EnableSearchPropertyDefinition

Field Value

Property<bool, ComboRow>

ExpressionPropertyDefinition

public static readonly Property<Expression?, ComboRow> ExpressionPropertyDefinition

Field Value

Property<Expression, ComboRow>

FactoryPropertyDefinition

public static readonly Property<ListItemFactory?, ComboRow> FactoryPropertyDefinition

Field Value

Property<ListItemFactory, ComboRow>

ListFactoryPropertyDefinition

public static readonly Property<ListItemFactory?, ComboRow> ListFactoryPropertyDefinition

Field Value

Property<ListItemFactory, ComboRow>

ModelPropertyDefinition

public static readonly Property<ListModel, ComboRow> ModelPropertyDefinition

Field Value

Property<ListModel, ComboRow>

SelectedItemPropertyDefinition

public static readonly Property<Object?, ComboRow> SelectedItemPropertyDefinition

Field Value

Property<Object, ComboRow>

SelectedPropertyDefinition

public static readonly Property<uint, ComboRow> SelectedPropertyDefinition

Field Value

Property<uint, ComboRow>

UseSubtitlePropertyDefinition

public static readonly Property<bool, ComboRow> UseSubtitlePropertyDefinition

Field Value

Property<bool, ComboRow>

Properties

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

ActionName

public string? ActionName { get; set; }

Property Value

string

EnableSearch

public bool EnableSearch { get; set; }

Property Value

bool

Expression

public Expression? Expression { get; set; }

Property Value

Expression

Factory

public ListItemFactory? Factory { get; set; }

Property Value

ListItemFactory

ListFactory

public ListItemFactory? ListFactory { get; set; }

Property Value

ListItemFactory

Model

public ListModel Model { get; set; }

Property Value

ListModel

Selected

public uint Selected { get; set; }

Property Value

uint

SelectedItem

public Object? SelectedItem { get; }

Property Value

Object

UseSubtitle

public bool UseSubtitle { get; set; }

Property Value

bool

Methods

Announce(string, AccessibleAnnouncementPriority)

[Version("4.14")]
public void Announce(string message, AccessibleAnnouncementPriority priority)

Parameters

message string
priority AccessibleAnnouncementPriority

GetAccessibleParent()

[Version("4.10")]
public Accessible? GetAccessibleParent()

Returns

Accessible

GetAccessibleRole()

public AccessibleRole GetAccessibleRole()

Returns

AccessibleRole

GetActionName()

public string? GetActionName()

Returns

string

GetActionTargetValue()

public Variant? GetActionTargetValue()

Returns

Variant

GetAtContext()

[Version("4.10")]
public ATContext GetAtContext()

Returns

ATContext

GetBounds(out int, out int, out int, out int)

[Version("4.10")]
public bool GetBounds(out int x, out int y, out int width, out int height)

Parameters

x int
y int
width int
height int

Returns

bool

GetBuildableId()

public string? GetBuildableId()

Returns

string

GetEnableSearch()

[Version("1.4")]
public bool GetEnableSearch()

Returns

bool

GetExpression()

public Expression? GetExpression()

Returns

Expression

GetFactory()

public ListItemFactory? GetFactory()

Returns

ListItemFactory

GetFirstAccessibleChild()

[Version("4.10")]
public Accessible? GetFirstAccessibleChild()

Returns

Accessible

GetGType()

public static Type GetGType()

Returns

Type

GetListFactory()

public ListItemFactory? GetListFactory()

Returns

ListItemFactory

GetModel()

public ListModel? GetModel()

Returns

ListModel

GetNextAccessibleSibling()

[Version("4.10")]
public Accessible? GetNextAccessibleSibling()

Returns

Accessible

GetPlatformState(AccessiblePlatformState)

[Version("4.10")]
public bool GetPlatformState(AccessiblePlatformState state)

Parameters

state AccessiblePlatformState

Returns

bool

GetSelected()

public uint GetSelected()

Returns

uint

GetSelectedItem()

public Object? GetSelectedItem()

Returns

Object

GetUseSubtitle()

public bool GetUseSubtitle()

Returns

bool

New()

public static ComboRow New()

Returns

ComboRow

ResetProperty(AccessibleProperty)

public void ResetProperty(AccessibleProperty property)

Parameters

property AccessibleProperty

ResetRelation(AccessibleRelation)

public void ResetRelation(AccessibleRelation relation)

Parameters

relation AccessibleRelation

ResetState(AccessibleState)

public void ResetState(AccessibleState state)

Parameters

state AccessibleState

SetAccessibleParent(Accessible?, Accessible?)

[Version("4.10")]
public void SetAccessibleParent(Accessible? parent, Accessible? nextSibling)

Parameters

parent Accessible
nextSibling Accessible

SetActionName(string?)

public void SetActionName(string? actionName)

Parameters

actionName string

SetActionTargetValue(Variant?)

public void SetActionTargetValue(Variant? targetValue)

Parameters

targetValue Variant

SetDetailedActionName(string)

public void SetDetailedActionName(string detailedActionName)

Parameters

detailedActionName string

SetEnableSearch(bool)

[Version("1.4")]
public void SetEnableSearch(bool enableSearch)

Parameters

enableSearch bool

SetExpression(Expression?)

public void SetExpression(Expression? expression)

Parameters

expression Expression

SetFactory(ListItemFactory?)

public void SetFactory(ListItemFactory? factory)

Parameters

factory ListItemFactory

SetListFactory(ListItemFactory?)

public void SetListFactory(ListItemFactory? factory)

Parameters

factory ListItemFactory

SetModel(ListModel?)

public void SetModel(ListModel? model)

Parameters

model ListModel

SetSelected(uint)

public void SetSelected(uint position)

Parameters

position uint

SetUseSubtitle(bool)

public void SetUseSubtitle(bool useSubtitle)

Parameters

useSubtitle bool

UpdateNextAccessibleSibling(Accessible?)

[Version("4.10")]
public void UpdateNextAccessibleSibling(Accessible? newSibling)

Parameters

newSibling Accessible