Table of Contents

Class ATContext

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class ATContext : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
ATContext
Implements
Inherited Members

Constructors

ATContext(bool, params ConstructArgument[])

protected ATContext(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

ATContext(IntPtr, bool)

protected ATContext(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

AccessiblePropertyDefinition

public static readonly Property<Accessible, ATContext> AccessiblePropertyDefinition

Field Value

Property<Accessible, ATContext>

AccessibleRolePropertyDefinition

public static readonly Property<AccessibleRole, ATContext> AccessibleRolePropertyDefinition

Field Value

Property<AccessibleRole, ATContext>

DisplayPropertyDefinition

public static readonly Property<Display?, ATContext> DisplayPropertyDefinition

Field Value

Property<Display, ATContext>

StateChangeSignal

Signal Descriptor for OnStateChange.

public static readonly Signal<ATContext> StateChangeSignal

Field Value

Signal<ATContext>

Properties

Accessible

public Accessible Accessible { get; }

Property Value

Accessible

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

Display

public Display? Display { get; set; }

Property Value

Display

Methods

Create(AccessibleRole, Accessible, Display)

public static ATContext? Create(AccessibleRole accessibleRole, Accessible accessible, Display display)

Parameters

accessibleRole AccessibleRole
accessible Accessible
display Display

Returns

ATContext

GetAccessible()

public Accessible GetAccessible()

Returns

Accessible

GetAccessibleRole()

public AccessibleRole GetAccessibleRole()

Returns

AccessibleRole

GetGType()

public static Type GetGType()

Returns

Type

Events

OnStateChange

public event SignalHandler<ATContext> OnStateChange

Event Type

SignalHandler<ATContext>