Gesture

open class Gesture(gesturePointer: GtkGesture_autoptr) : EventController

gtk-kt

26 / 08 / 2021

See also

Constructors

Gesture
Link copied to clipboard
fun Gesture(obj: TypeInstance)
Gesture
Link copied to clipboard
fun Gesture(gesturePointer: GtkGesture_autoptr)

Types

Companion
Link copied to clipboard
object Companion

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?
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
device
Link copied to clipboard
val device: Device?
eventControllerPointer
Link copied to clipboard
val eventControllerPointer: CPointer<GtkEventController>
gClass
Link copied to clipboard
open val gClass: TypeClass
gesturePointer
Link copied to clipboard
val gesturePointer: GtkGesture_autoptr
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>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
widget
Link copied to clipboard
val widget: Widget

Inheritors

GestureRotate
Link copied to clipboard
GestureZoom
Link copied to clipboard
GestureSingle
Link copied to clipboard