Table of Contents

Class GraphicsOffload

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class GraphicsOffload : Widget, IObject, INotifyPropertyChanged, IDisposable, Accessible, Buildable, ConstraintTarget, IHandle, GTypeProvider
Inheritance
GraphicsOffload
Implements
Inherited Members

Constructors

GraphicsOffload()

public GraphicsOffload()

GraphicsOffload(params ConstructArgument[])

protected GraphicsOffload(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

GraphicsOffload(IntPtr, bool)

protected GraphicsOffload(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChildPropertyDefinition

public static readonly Property<Widget?, GraphicsOffload> ChildPropertyDefinition

Field Value

Property<Widget, GraphicsOffload>

EnabledPropertyDefinition

public static readonly Property<GraphicsOffloadEnabled, GraphicsOffload> EnabledPropertyDefinition

Field Value

Property<GraphicsOffloadEnabled, GraphicsOffload>

Properties

AccessibleRole

public AccessibleRole AccessibleRole { get; set; }

Property Value

AccessibleRole

Child

public Widget? Child { get; set; }

Property Value

Widget

Enabled

public GraphicsOffloadEnabled Enabled { get; set; }

Property Value

GraphicsOffloadEnabled

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("4.14")]
public Widget? GetChild()

Returns

Widget

GetEnabled()

[Version("4.14")]
public GraphicsOffloadEnabled GetEnabled()

Returns

GraphicsOffloadEnabled

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

New(Widget?)

[Version("4.14")]
public static GraphicsOffload New(Widget? child)

Parameters

child Widget

Returns

GraphicsOffload

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("4.14")]
public void SetChild(Widget? child)

Parameters

child Widget

SetEnabled(GraphicsOffloadEnabled)

[Version("4.14")]
public void SetEnabled(GraphicsOffloadEnabled enabled)

Parameters

enabled GraphicsOffloadEnabled

UpdateNextAccessibleSibling(Accessible?)

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

Parameters

newSibling Accessible