Table of Contents

Class NeverTrigger

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class NeverTrigger : ShortcutTrigger, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
NeverTrigger
Implements
Inherited Members

Constructors

NeverTrigger(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public NeverTrigger(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

NeverTrigger(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected NeverTrigger(CreationData data)

Parameters

data CreationData

NeverTrigger(NeverTriggerHandle)

protected NeverTrigger(NeverTriggerHandle handle)

Parameters

handle NeverTriggerHandle

Methods

Get()

public static ShortcutTrigger Get()

Returns

ShortcutTrigger

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed NeverTrigger instance for a given pointer.

public static NeverTrigger NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

NeverTrigger

NewWithProperties(ConstructArgument[])

Creates a new NeverTrigger and sets the properties specified by the construct arguments.

public static NeverTrigger NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

NeverTrigger