Table of Contents

Class NamedAction

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

Constructors

NamedAction(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

NamedAction(IntPtr, bool)

protected NamedAction(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ActionNamePropertyDefinition

public static readonly Property<string?, NamedAction> ActionNamePropertyDefinition

Field Value

Property<string, NamedAction>

Properties

ActionName

public string? ActionName { get; }

Property Value

string

Methods

GetActionName()

public string GetActionName()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

New(string)

public static NamedAction New(string name)

Parameters

name string

Returns

NamedAction