GestureSingle

open class GestureSingle(gestureSinglePointer: CPointer<GtkGestureSingle>) : Gesture

gtk-kt

26 / 08 / 2021

See also

Constructors

GestureSingle
Link copied to clipboard
fun GestureSingle(obj: TypeInstance)
GestureSingle
Link copied to clipboard
fun GestureSingle(gestureSinglePointer: CPointer<GtkGestureSingle>)

Functions

addOnBeginCallback
Link copied to clipboard
fun addOnBeginCallback(action: GestureSequenceFunc): SignalManager
addOnCancelCallback
Link copied to clipboard
fun addOnCancelCallback(action: GestureSequenceFunc): SignalManager
addOnEndCallback
Link copied to clipboard
fun addOnEndCallback(action: GestureSequenceFunc): SignalManager
addOnUpdateCallback
Link copied to clipboard
fun addOnUpdateCallback(action: GestureSequenceFunc): SignalManager
addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
getLastEvent
Link copied to clipboard
fun getLastEvent(sequence: EventSequence?): Event?
getPoint
Link copied to clipboard
fun getPoint(sequence: EventSequence?): PreciseCoordinates?
getSequenceState
Link copied to clipboard
fun getSequenceState(sequence: EventSequence): EventSequenceState
getString
Link copied to clipboard
fun getString(propertyName: String): String
group
Link copied to clipboard
fun group(gesture: Gesture)
handlesSequence
Link copied to clipboard
fun handlesSequence(sequence: EventSequence?): Boolean
isGroupedWith
Link copied to clipboard
fun isGroupedWith(other: Gesture): Boolean
ref
Link copied to clipboard
open fun ref(): KGObject
reset
Link copied to clipboard
fun reset()
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
setSequenceState
Link copied to clipboard
fun setSequenceState(sequence: EventSequence, state: EventSequenceState): Boolean
setState
Link copied to clipboard
fun setState(state: EventSequenceState): Boolean
ungroup
Link copied to clipboard
fun ungroup()
unref
Link copied to clipboard
open override fun unref()

Properties

boundingBox
Link copied to clipboard
val boundingBox: Rectangle?
boundingBoxCenter
Link copied to clipboard
val boundingBoxCenter: PreciseCoordinates?
button
Link copied to clipboard
var button: UInt
currentButton
Link copied to clipboard
val currentButton: UInt
currentEvent
Link copied to clipboard
val currentEvent: Event?
currentEventDevice
Link copied to clipboard
val currentEventDevice: Device?
currentEventState
Link copied to clipboard
val currentEventState: GdkModifierType
currentEventTime
Link copied to clipboard
val currentEventTime: UInt
currentSequence
Link copied to clipboard
val currentSequence: EventSequence?
device
Link copied to clipboard
val device: Device?
eventControllerPointer
Link copied to clipboard
val eventControllerPointer: CPointer<GtkEventController>
exclusive
Link copied to clipboard
var exclusive: Boolean
gClass
Link copied to clipboard
open val gClass: TypeClass
gesturePointer
Link copied to clipboard
val gesturePointer: GtkGesture_autoptr
gestureSinglePointer
Link copied to clipboard
val gestureSinglePointer: CPointer<GtkGestureSingle>
group
Link copied to clipboard
val group: WrappedKList<Gesture>
isActive
Link copied to clipboard
val isActive: Boolean
isRecognized
Link copied to clipboard
val isRecognized: Boolean
lastUpdateSequence
Link copied to clipboard
val lastUpdateSequence: EventSequence?
name
Link copied to clipboard
var name: String
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
propagationLimit
Link copied to clipboard
var propagationLimit: EventController.PropagationLimit
propagationPhase
Link copied to clipboard
var propagationPhase: EventController.PropagationPhase
sequences
Link copied to clipboard
val sequences: WrappedKList<EventSequence>
touchOnly
Link copied to clipboard
var touchOnly: Boolean
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
widget
Link copied to clipboard
val widget: Widget

Inheritors

DragSource
Link copied to clipboard
GestureClick
Link copied to clipboard
GestureDrag
Link copied to clipboard
GestureLongPress
Link copied to clipboard
GestureStylus
Link copied to clipboard
GestureSwipe
Link copied to clipboard