EventControllerMotion

class EventControllerMotion(motionPointer: CPointer<GtkEventControllerMotion>) : EventController

14 / 01 / 2022

See also

Constructors

EventControllerMotion
Link copied to clipboard
fun EventControllerMotion()
EventControllerMotion
Link copied to clipboard
fun EventControllerMotion(obj: TypeInstance)
EventControllerMotion
Link copied to clipboard
fun EventControllerMotion(motionPointer: CPointer<GtkEventControllerMotion>)

Types

Companion
Link copied to clipboard
object Companion

Functions

addOnEnterCallback
Link copied to clipboard
fun addOnEnterCallback(action: EventControllerMotionXYFunc): SignalManager
addOnLeaveCallback
Link copied to clipboard
fun addOnLeaveCallback(action: TypedNoArgFunc<EventControllerMotion>): SignalManager
addOnMotionCallback
Link copied to clipboard
fun addOnMotionCallback(action: EventControllerMotionXYFunc): 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
getString
Link copied to clipboard
fun getString(propertyName: String): String
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)
unref
Link copied to clipboard
open override fun unref()

Properties

containsPointer
Link copied to clipboard
val containsPointer: Boolean
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
eventControllerPointer
Link copied to clipboard
val eventControllerPointer: CPointer<GtkEventController>
gClass
Link copied to clipboard
open val gClass: TypeClass
isPointer
Link copied to clipboard
val isPointer: Boolean
motionPointer
Link copied to clipboard
val motionPointer: CPointer<GtkEventControllerMotion>
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
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
widget
Link copied to clipboard
val widget: Widget