Table of Contents

Class CallbackAction

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

Constructors

CallbackAction(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

CallbackAction(IntPtr, bool)

protected CallbackAction(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(ShortcutFunc?)

public static CallbackAction New(ShortcutFunc? callback)

Parameters

callback ShortcutFunc

Returns

CallbackAction