Class CellRendererAccel
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class CellRendererAccel : CellRendererText, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
CellRendererAccel
- Implements
- Inherited Members
Constructors
CellRendererAccel()
public CellRendererAccel()
CellRendererAccel(params ConstructArgument[])
protected CellRendererAccel(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
CellRendererAccel(IntPtr, bool)
protected CellRendererAccel(IntPtr ptr, bool ownedRef)
Parameters
Fields
AccelClearedSignal
Signal Descriptor for OnAccelCleared.
public static readonly Signal<CellRendererAccel, CellRendererAccel.AccelClearedSignalArgs> AccelClearedSignal
Field Value
AccelEditedSignal
Signal Descriptor for OnAccelEdited.
public static readonly Signal<CellRendererAccel, CellRendererAccel.AccelEditedSignalArgs> AccelEditedSignal
Field Value
AccelKeyPropertyDefinition
public static readonly Property<uint, CellRendererAccel> AccelKeyPropertyDefinition
Field Value
AccelModePropertyDefinition
public static readonly Property<CellRendererAccelMode, CellRendererAccel> AccelModePropertyDefinition
Field Value
AccelModsPropertyDefinition
public static readonly Property<ModifierType, CellRendererAccel> AccelModsPropertyDefinition
Field Value
KeycodePropertyDefinition
public static readonly Property<uint, CellRendererAccel> KeycodePropertyDefinition
Field Value
Properties
AccelKey
public uint AccelKey { get; set; }
Property Value
AccelMode
public CellRendererAccelMode AccelMode { get; set; }
Property Value
AccelMods
public ModifierType AccelMods { get; set; }
Property Value
Keycode
public uint Keycode { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
New()
public static CellRendererAccel New()
Returns
Events
OnAccelCleared
public event SignalHandler<CellRendererAccel, CellRendererAccel.AccelClearedSignalArgs> OnAccelCleared
Event Type
OnAccelEdited
public event SignalHandler<CellRendererAccel, CellRendererAccel.AccelEditedSignalArgs> OnAccelEdited