Table of Contents

Class ViewSwitcherBar

Namespace
Adw
Assembly
Adw-1.dll
public sealed class ViewSwitcherBar : Widget, IObject, INotifyPropertyChanged, IDisposable, Accessible, Buildable, ConstraintTarget, IHandle, GTypeProvider
Inheritance
ViewSwitcherBar
Implements
Inherited Members

Constructors

ViewSwitcherBar()

public ViewSwitcherBar()

ViewSwitcherBar(params ConstructArgument[])

protected ViewSwitcherBar(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ViewSwitcherBar(IntPtr, bool)

protected ViewSwitcherBar(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

RevealPropertyDefinition

public static readonly Property<bool, ViewSwitcherBar> RevealPropertyDefinition

Field Value

Property<bool, ViewSwitcherBar>

StackPropertyDefinition

public static readonly Property<ViewStack?, ViewSwitcherBar> StackPropertyDefinition

Field Value

Property<ViewStack, ViewSwitcherBar>

Properties

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

Reveal

public bool Reveal { get; set; }

Property Value

bool

Stack

public ViewStack? Stack { get; set; }

Property Value

ViewStack

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

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

GetFirstAccessibleChild()

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

Returns

Accessible

GetGType()

public static Type GetGType()

Returns

Type

GetNextAccessibleSibling()

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

Returns

Accessible

GetPlatformState(AccessiblePlatformState)

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

Parameters

state AccessiblePlatformState

Returns

bool

GetReveal()

public bool GetReveal()

Returns

bool

GetStack()

public ViewStack? GetStack()

Returns

ViewStack

New()

public static ViewSwitcherBar New()

Returns

ViewSwitcherBar

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

SetReveal(bool)

public void SetReveal(bool reveal)

Parameters

reveal bool

SetStack(ViewStack?)

public void SetStack(ViewStack? stack)

Parameters

stack ViewStack

UpdateNextAccessibleSibling(Accessible?)

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

Parameters

newSibling Accessible