Table of Contents

Class PadController

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

Constructors

PadController(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

PadController(IntPtr, bool)

protected PadController(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ActionGroupPropertyDefinition

public static readonly Property<ActionGroup, PadController> ActionGroupPropertyDefinition

Field Value

Property<ActionGroup, PadController>

PadPropertyDefinition

public static readonly Property<Device?, PadController> PadPropertyDefinition

Field Value

Property<Device, PadController>

Properties

ActionGroup

public ActionGroup ActionGroup { get; }

Property Value

ActionGroup

Pad

public Device? Pad { get; }

Property Value

Device

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(ActionGroup, Device?)

public static PadController New(ActionGroup group, Device? pad)

Parameters

group ActionGroup
pad Device

Returns

PadController

SetAction(PadActionType, int, int, string, string)

public void SetAction(PadActionType type, int index, int mode, string label, string actionName)

Parameters

type PadActionType
index int
mode int
label string
actionName string

SetActionEntries(PadActionEntry[])

public void SetActionEntries(PadActionEntry[] entries)

Parameters

entries PadActionEntry[]