Table of Contents

Class InlineViewSwitcher

Namespace
Adw
Assembly
Adw-1.dll
public sealed class InlineViewSwitcher : Widget, Accessible, Buildable, ConstraintTarget, Orientable, NativeObject, IDisposable, GTypeProvider, InstanceFactory
Inheritance
InlineViewSwitcher
Implements
Inherited Members

Constructors

InlineViewSwitcher(InlineViewSwitcherHandle)

public InlineViewSwitcher(InlineViewSwitcherHandle handle)

Parameters

handle InlineViewSwitcherHandle

InlineViewSwitcher(params ConstructArgument[])

public InlineViewSwitcher(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Fields

CanShrinkPropertyDefinition

public static readonly Property<bool, InlineViewSwitcher> CanShrinkPropertyDefinition

Field Value

Property<bool, InlineViewSwitcher>

DisplayModePropertyDefinition

public static readonly Property<InlineViewSwitcherDisplayMode, InlineViewSwitcher> DisplayModePropertyDefinition

Field Value

Property<InlineViewSwitcherDisplayMode, InlineViewSwitcher>

HomogeneousPropertyDefinition

public static readonly Property<bool, InlineViewSwitcher> HomogeneousPropertyDefinition

Field Value

Property<bool, InlineViewSwitcher>

StackPropertyDefinition

public static readonly Property<ViewStack?, InlineViewSwitcher> StackPropertyDefinition

Field Value

Property<ViewStack, InlineViewSwitcher>

Properties

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

CanShrink

public bool CanShrink { get; set; }

Property Value

bool

DisplayMode

public InlineViewSwitcherDisplayMode DisplayMode { get; set; }

Property Value

InlineViewSwitcherDisplayMode

Homogeneous

public bool Homogeneous { 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

GetCanShrink()

[Version("1.7")]
public bool GetCanShrink()

Returns

bool

GetDisplayMode()

[Version("1.7")]
public InlineViewSwitcherDisplayMode GetDisplayMode()

Returns

InlineViewSwitcherDisplayMode

GetFirstAccessibleChild()

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

Returns

Accessible

GetGType()

public static Type GetGType()

Returns

Type

GetHomogeneous()

[Version("1.7")]
public bool GetHomogeneous()

Returns

bool

GetNextAccessibleSibling()

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

Returns

Accessible

GetOrientation()

public Orientation GetOrientation()

Returns

Orientation

GetPlatformState(AccessiblePlatformState)

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

Parameters

state AccessiblePlatformState

Returns

bool

GetStack()

[Version("1.7")]
public ViewStack? GetStack()

Returns

ViewStack

New()

[Version("1.7")]
public static InlineViewSwitcher New()

Returns

InlineViewSwitcher

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

SetCanShrink(bool)

[Version("1.7")]
public void SetCanShrink(bool canShrink)

Parameters

canShrink bool

SetDisplayMode(InlineViewSwitcherDisplayMode)

[Version("1.7")]
public void SetDisplayMode(InlineViewSwitcherDisplayMode mode)

Parameters

mode InlineViewSwitcherDisplayMode

SetHomogeneous(bool)

[Version("1.7")]
public void SetHomogeneous(bool homogeneous)

Parameters

homogeneous bool

SetOrientation(Orientation)

public void SetOrientation(Orientation orientation)

Parameters

orientation Orientation

SetStack(ViewStack?)

[Version("1.7")]
public void SetStack(ViewStack? stack)

Parameters

stack ViewStack

UpdateNextAccessibleSibling(Accessible?)

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

Parameters

newSibling Accessible

UpdatePlatformState(AccessiblePlatformState)

[Version("4.18")]
public void UpdatePlatformState(AccessiblePlatformState state)

Parameters

state AccessiblePlatformState