Table of Contents

Class ExpanderRow

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

Constructors

ExpanderRow()

public ExpanderRow()

ExpanderRow(params ConstructArgument[])

protected ExpanderRow(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ExpanderRow(IntPtr, bool)

protected ExpanderRow(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

EnableExpansionPropertyDefinition

public static readonly Property<bool, ExpanderRow> EnableExpansionPropertyDefinition

Field Value

Property<bool, ExpanderRow>

ExpandedPropertyDefinition

public static readonly Property<bool, ExpanderRow> ExpandedPropertyDefinition

Field Value

Property<bool, ExpanderRow>

IconNamePropertyDefinition

public static readonly Property<string?, ExpanderRow> IconNamePropertyDefinition

Field Value

Property<string, ExpanderRow>

ShowEnableSwitchPropertyDefinition

public static readonly Property<bool, ExpanderRow> ShowEnableSwitchPropertyDefinition

Field Value

Property<bool, ExpanderRow>

SubtitleLinesPropertyDefinition

public static readonly Property<int, ExpanderRow> SubtitleLinesPropertyDefinition

Field Value

Property<int, ExpanderRow>

SubtitlePropertyDefinition

public static readonly Property<string?, ExpanderRow> SubtitlePropertyDefinition

Field Value

Property<string, ExpanderRow>

TitleLinesPropertyDefinition

public static readonly Property<int, ExpanderRow> TitleLinesPropertyDefinition

Field Value

Property<int, ExpanderRow>

Properties

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

ActionName

public string? ActionName { get; set; }

Property Value

string

EnableExpansion

public bool EnableExpansion { get; set; }

Property Value

bool

Expanded

public bool Expanded { get; set; }

Property Value

bool

IconName

public string? IconName { get; set; }

Property Value

string

ShowEnableSwitch

public bool ShowEnableSwitch { get; set; }

Property Value

bool

Subtitle

public string? Subtitle { get; set; }

Property Value

string

SubtitleLines

public int SubtitleLines { get; set; }

Property Value

int

TitleLines

public int TitleLines { get; set; }

Property Value

int

Methods

AddAction(Widget)

public void AddAction(Widget widget)

Parameters

widget Widget

AddPrefix(Widget)

public void AddPrefix(Widget widget)

Parameters

widget Widget

AddRow(Widget)

public void AddRow(Widget child)

Parameters

child Widget

AddSuffix(Widget)

[Version("1.4")]
public void AddSuffix(Widget widget)

Parameters

widget Widget

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

GetEnableExpansion()

public bool GetEnableExpansion()

Returns

bool

GetExpanded()

public bool GetExpanded()

Returns

bool

GetFirstAccessibleChild()

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

Returns

Accessible

GetGType()

public static Type GetGType()

Returns

Type

GetIconName()

public string? GetIconName()

Returns

string

GetNextAccessibleSibling()

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

Returns

Accessible

GetPlatformState(AccessiblePlatformState)

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

Parameters

state AccessiblePlatformState

Returns

bool

GetShowEnableSwitch()

public bool GetShowEnableSwitch()

Returns

bool

GetSubtitle()

public string GetSubtitle()

Returns

string

GetSubtitleLines()

[Version("1.3")]
public bool GetSubtitleLines()

Returns

bool

GetTitleLines()

[Version("1.3")]
public bool GetTitleLines()

Returns

bool

New()

public static ExpanderRow New()

Returns

ExpanderRow

Remove(Widget)

public void Remove(Widget child)

Parameters

child Widget

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

SetEnableExpansion(bool)

public void SetEnableExpansion(bool enableExpansion)

Parameters

enableExpansion bool

SetExpanded(bool)

public void SetExpanded(bool expanded)

Parameters

expanded bool

SetIconName(string?)

public void SetIconName(string? iconName)

Parameters

iconName string

SetShowEnableSwitch(bool)

public void SetShowEnableSwitch(bool showEnableSwitch)

Parameters

showEnableSwitch bool

SetSubtitle(string)

public void SetSubtitle(string subtitle)

Parameters

subtitle string

SetSubtitleLines(int)

[Version("1.3")]
public void SetSubtitleLines(int subtitleLines)

Parameters

subtitleLines int

SetTitleLines(int)

[Version("1.3")]
public void SetTitleLines(int titleLines)

Parameters

titleLines int

UpdateNextAccessibleSibling(Accessible?)

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

Parameters

newSibling Accessible