Table of Contents

Class ToolbarView

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

Constructors

ToolbarView()

public ToolbarView()

ToolbarView(params ConstructArgument[])

protected ToolbarView(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ToolbarView(IntPtr, bool)

protected ToolbarView(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

BottomBarHeightPropertyDefinition

public static readonly Property<int, ToolbarView> BottomBarHeightPropertyDefinition

Field Value

Property<int, ToolbarView>

BottomBarStylePropertyDefinition

public static readonly Property<ToolbarStyle, ToolbarView> BottomBarStylePropertyDefinition

Field Value

Property<ToolbarStyle, ToolbarView>

ContentPropertyDefinition

public static readonly Property<Widget?, ToolbarView> ContentPropertyDefinition

Field Value

Property<Widget, ToolbarView>

ExtendContentToBottomEdgePropertyDefinition

public static readonly Property<bool, ToolbarView> ExtendContentToBottomEdgePropertyDefinition

Field Value

Property<bool, ToolbarView>

ExtendContentToTopEdgePropertyDefinition

public static readonly Property<bool, ToolbarView> ExtendContentToTopEdgePropertyDefinition

Field Value

Property<bool, ToolbarView>

RevealBottomBarsPropertyDefinition

public static readonly Property<bool, ToolbarView> RevealBottomBarsPropertyDefinition

Field Value

Property<bool, ToolbarView>

RevealTopBarsPropertyDefinition

public static readonly Property<bool, ToolbarView> RevealTopBarsPropertyDefinition

Field Value

Property<bool, ToolbarView>

TopBarHeightPropertyDefinition

public static readonly Property<int, ToolbarView> TopBarHeightPropertyDefinition

Field Value

Property<int, ToolbarView>

TopBarStylePropertyDefinition

public static readonly Property<ToolbarStyle, ToolbarView> TopBarStylePropertyDefinition

Field Value

Property<ToolbarStyle, ToolbarView>

Properties

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

BottomBarHeight

public int BottomBarHeight { get; }

Property Value

int

BottomBarStyle

public ToolbarStyle BottomBarStyle { get; set; }

Property Value

ToolbarStyle

Content

public Widget? Content { get; set; }

Property Value

Widget

ExtendContentToBottomEdge

public bool ExtendContentToBottomEdge { get; set; }

Property Value

bool

ExtendContentToTopEdge

public bool ExtendContentToTopEdge { get; set; }

Property Value

bool

RevealBottomBars

public bool RevealBottomBars { get; set; }

Property Value

bool

RevealTopBars

public bool RevealTopBars { get; set; }

Property Value

bool

TopBarHeight

public int TopBarHeight { get; }

Property Value

int

TopBarStyle

public ToolbarStyle TopBarStyle { get; set; }

Property Value

ToolbarStyle

Methods

AddBottomBar(Widget)

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

Parameters

widget Widget

AddTopBar(Widget)

[Version("1.4")]
public void AddTopBar(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

GetAtContext()

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

Returns

ATContext

GetBottomBarHeight()

[Version("1.4")]
public int GetBottomBarHeight()

Returns

int

GetBottomBarStyle()

[Version("1.4")]
public ToolbarStyle GetBottomBarStyle()

Returns

ToolbarStyle

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

GetContent()

[Version("1.4")]
public Widget? GetContent()

Returns

Widget

GetExtendContentToBottomEdge()

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

Returns

bool

GetExtendContentToTopEdge()

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

Returns

bool

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

GetRevealBottomBars()

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

Returns

bool

GetRevealTopBars()

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

Returns

bool

GetTopBarHeight()

[Version("1.4")]
public int GetTopBarHeight()

Returns

int

GetTopBarStyle()

[Version("1.4")]
public ToolbarStyle GetTopBarStyle()

Returns

ToolbarStyle

New()

[Version("1.4")]
public static ToolbarView New()

Returns

ToolbarView

Remove(Widget)

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

Parameters

widget 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

SetBottomBarStyle(ToolbarStyle)

[Version("1.4")]
public void SetBottomBarStyle(ToolbarStyle style)

Parameters

style ToolbarStyle

SetContent(Widget?)

[Version("1.4")]
public void SetContent(Widget? content)

Parameters

content Widget

SetExtendContentToBottomEdge(bool)

[Version("1.4")]
public void SetExtendContentToBottomEdge(bool extend)

Parameters

extend bool

SetExtendContentToTopEdge(bool)

[Version("1.4")]
public void SetExtendContentToTopEdge(bool extend)

Parameters

extend bool

SetRevealBottomBars(bool)

[Version("1.4")]
public void SetRevealBottomBars(bool reveal)

Parameters

reveal bool

SetRevealTopBars(bool)

[Version("1.4")]
public void SetRevealTopBars(bool reveal)

Parameters

reveal bool

SetTopBarStyle(ToolbarStyle)

[Version("1.4")]
public void SetTopBarStyle(ToolbarStyle style)

Parameters

style ToolbarStyle

UpdateNextAccessibleSibling(Accessible?)

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

Parameters

newSibling Accessible