Table of Contents

Class GestureSingle

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

Constructors

GestureSingle(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

GestureSingle(IntPtr, bool)

protected GestureSingle(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ButtonPropertyDefinition

public static readonly Property<uint, GestureSingle> ButtonPropertyDefinition

Field Value

Property<uint, GestureSingle>

ExclusivePropertyDefinition

public static readonly Property<bool, GestureSingle> ExclusivePropertyDefinition

Field Value

Property<bool, GestureSingle>

TouchOnlyPropertyDefinition

public static readonly Property<bool, GestureSingle> TouchOnlyPropertyDefinition

Field Value

Property<bool, GestureSingle>

Properties

Button

public uint Button { get; set; }

Property Value

uint

Exclusive

public bool Exclusive { get; set; }

Property Value

bool

TouchOnly

public bool TouchOnly { get; set; }

Property Value

bool

Methods

GetButton()

public uint GetButton()

Returns

uint

GetCurrentButton()

public uint GetCurrentButton()

Returns

uint

GetCurrentSequence()

public EventSequence? GetCurrentSequence()

Returns

EventSequence

GetExclusive()

public bool GetExclusive()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetTouchOnly()

public bool GetTouchOnly()

Returns

bool

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