Table of Contents

Class TabOverview

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

Constructors

TabOverview()

public TabOverview()

TabOverview(params ConstructArgument[])

protected TabOverview(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

TabOverview(IntPtr, bool)

protected TabOverview(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChildPropertyDefinition

public static readonly Property<Widget?, TabOverview> ChildPropertyDefinition

Field Value

Property<Widget, TabOverview>

CreateTabSignal

Signal Descriptor for OnCreateTab.

public static readonly ReturningSignal<TabOverview, TabPage> CreateTabSignal

Field Value

ReturningSignal<TabOverview, TabPage>

EnableNewTabPropertyDefinition

public static readonly Property<bool, TabOverview> EnableNewTabPropertyDefinition

Field Value

Property<bool, TabOverview>

EnableSearchPropertyDefinition

public static readonly Property<bool, TabOverview> EnableSearchPropertyDefinition

Field Value

Property<bool, TabOverview>

ExtraDragDropSignal

Signal Descriptor for OnExtraDragDrop.

public static readonly ReturningSignal<TabOverview, TabOverview.ExtraDragDropSignalArgs, bool> ExtraDragDropSignal

Field Value

ReturningSignal<TabOverview, TabOverview.ExtraDragDropSignalArgs, bool>

ExtraDragPreferredActionPropertyDefinition

public static readonly Property<DragAction, TabOverview> ExtraDragPreferredActionPropertyDefinition

Field Value

Property<DragAction, TabOverview>

ExtraDragPreloadPropertyDefinition

public static readonly Property<bool, TabOverview> ExtraDragPreloadPropertyDefinition

Field Value

Property<bool, TabOverview>

ExtraDragValueSignal

Signal Descriptor for OnExtraDragValue.

public static readonly ReturningSignal<TabOverview, TabOverview.ExtraDragValueSignalArgs, DragAction> ExtraDragValueSignal

Field Value

ReturningSignal<TabOverview, TabOverview.ExtraDragValueSignalArgs, DragAction>

InvertedPropertyDefinition

public static readonly Property<bool, TabOverview> InvertedPropertyDefinition

Field Value

Property<bool, TabOverview>

OpenPropertyDefinition

public static readonly Property<bool, TabOverview> OpenPropertyDefinition

Field Value

Property<bool, TabOverview>

SearchActivePropertyDefinition

public static readonly Property<bool, TabOverview> SearchActivePropertyDefinition

Field Value

Property<bool, TabOverview>

SecondaryMenuPropertyDefinition

public static readonly Property<MenuModel?, TabOverview> SecondaryMenuPropertyDefinition

Field Value

Property<MenuModel, TabOverview>

ShowEndTitleButtonsPropertyDefinition

public static readonly Property<bool, TabOverview> ShowEndTitleButtonsPropertyDefinition

Field Value

Property<bool, TabOverview>

ShowStartTitleButtonsPropertyDefinition

public static readonly Property<bool, TabOverview> ShowStartTitleButtonsPropertyDefinition

Field Value

Property<bool, TabOverview>

ViewPropertyDefinition

public static readonly Property<TabView?, TabOverview> ViewPropertyDefinition

Field Value

Property<TabView, TabOverview>

Properties

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

Child

public Widget? Child { get; set; }

Property Value

Widget

EnableNewTab

public bool EnableNewTab { get; set; }

Property Value

bool

EnableSearch

public bool EnableSearch { get; set; }

Property Value

bool

ExtraDragPreferredAction

public DragAction ExtraDragPreferredAction { get; }

Property Value

DragAction

ExtraDragPreload

public bool ExtraDragPreload { get; set; }

Property Value

bool

Inverted

public bool Inverted { get; set; }

Property Value

bool

Open

public bool Open { get; set; }

Property Value

bool

SearchActive

public bool SearchActive { get; }

Property Value

bool

SecondaryMenu

public MenuModel? SecondaryMenu { get; set; }

Property Value

MenuModel

ShowEndTitleButtons

public bool ShowEndTitleButtons { get; set; }

Property Value

bool

ShowStartTitleButtons

public bool ShowStartTitleButtons { get; set; }

Property Value

bool

View

public TabView? View { get; set; }

Property Value

TabView

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

GetChild()

[Version("1.3")]
public Widget? GetChild()

Returns

Widget

GetEnableNewTab()

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

Returns

bool

GetEnableSearch()

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

Returns

bool

GetExtraDragPreferredAction()

[Version("1.4")]
public DragAction GetExtraDragPreferredAction()

Returns

DragAction

GetExtraDragPreload()

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

Returns

bool

GetFirstAccessibleChild()

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

Returns

Accessible

GetGType()

public static Type GetGType()

Returns

Type

GetInverted()

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

Returns

bool

GetNextAccessibleSibling()

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

Returns

Accessible

GetOpen()

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

Returns

bool

GetPlatformState(AccessiblePlatformState)

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

Parameters

state AccessiblePlatformState

Returns

bool

GetSearchActive()

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

Returns

bool

GetSecondaryMenu()

[Version("1.3")]
public MenuModel? GetSecondaryMenu()

Returns

MenuModel

GetShowEndTitleButtons()

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

Returns

bool

GetShowStartTitleButtons()

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

Returns

bool

GetView()

[Version("1.3")]
public TabView? GetView()

Returns

TabView

New()

[Version("1.3")]
public static TabOverview New()

Returns

TabOverview

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

SetChild(Widget?)

[Version("1.3")]
public void SetChild(Widget? child)

Parameters

child Widget

SetEnableNewTab(bool)

[Version("1.3")]
public void SetEnableNewTab(bool enableNewTab)

Parameters

enableNewTab bool

SetEnableSearch(bool)

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

Parameters

enableSearch bool

SetExtraDragPreload(bool)

[Version("1.3")]
public void SetExtraDragPreload(bool preload)

Parameters

preload bool

SetInverted(bool)

[Version("1.3")]
public void SetInverted(bool inverted)

Parameters

inverted bool

SetOpen(bool)

[Version("1.3")]
public void SetOpen(bool open)

Parameters

open bool

SetSecondaryMenu(MenuModel?)

[Version("1.3")]
public void SetSecondaryMenu(MenuModel? secondaryMenu)

Parameters

secondaryMenu MenuModel

SetShowEndTitleButtons(bool)

[Version("1.3")]
public void SetShowEndTitleButtons(bool showEndTitleButtons)

Parameters

showEndTitleButtons bool

SetShowStartTitleButtons(bool)

[Version("1.3")]
public void SetShowStartTitleButtons(bool showStartTitleButtons)

Parameters

showStartTitleButtons bool

SetView(TabView?)

[Version("1.3")]
public void SetView(TabView? view)

Parameters

view TabView

UpdateNextAccessibleSibling(Accessible?)

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

Parameters

newSibling Accessible

Events

OnCreateTab

public event ReturningSignalHandler<TabOverview, TabPage> OnCreateTab

Event Type

ReturningSignalHandler<TabOverview, TabPage>

OnExtraDragDrop

public event ReturningSignalHandler<TabOverview, TabOverview.ExtraDragDropSignalArgs, bool> OnExtraDragDrop

Event Type

ReturningSignalHandler<TabOverview, TabOverview.ExtraDragDropSignalArgs, bool>

OnExtraDragValue

public event ReturningSignalHandler<TabOverview, TabOverview.ExtraDragValueSignalArgs, DragAction> OnExtraDragValue

Event Type

ReturningSignalHandler<TabOverview, TabOverview.ExtraDragValueSignalArgs, DragAction>