Class GestureSingle
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class GestureSingle : Gesture, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
GestureSingle
- Implements
- Derived
- Inherited Members
Constructors
GestureSingle(params ConstructArgument[])
public GestureSingle(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
GestureSingle(GestureSingleHandle)
public GestureSingle(GestureSingleHandle handle)
Parameters
handle
GestureSingleHandle
Fields
ButtonPropertyDefinition
public static readonly Property<uint, GestureSingle> ButtonPropertyDefinition
Field Value
ExclusivePropertyDefinition
public static readonly Property<bool, GestureSingle> ExclusivePropertyDefinition
Field Value
TouchOnlyPropertyDefinition
public static readonly Property<bool, GestureSingle> TouchOnlyPropertyDefinition
Field Value
Properties
Button
public uint Button { get; set; }
Property Value
Exclusive
public bool Exclusive { get; set; }
Property Value
TouchOnly
public bool TouchOnly { get; set; }
Property Value
Methods
GetButton()
public uint GetButton()
Returns
GetCurrentButton()
public uint GetCurrentButton()
Returns
GetCurrentSequence()
public EventSequence? GetCurrentSequence()
Returns
GetExclusive()
public bool GetExclusive()
Returns
GetGType()
public static Type GetGType()
Returns
GetTouchOnly()
public bool GetTouchOnly()
Returns
SetButton(uint)
public void SetButton(uint button)
Parameters
button
uint
SetExclusive(bool)
public void SetExclusive(bool exclusive)
Parameters
exclusive
bool
SetTouchOnly(bool)
public void SetTouchOnly(bool touchOnly)
Parameters
touchOnly
bool