DropTargetAsync

class DropTargetAsync(targetPointer: CPointer<GtkDropTargetAsync>) : EventController

15 / 01 / 2022

See also

Constructors

DropTargetAsync
Link copied to clipboard
fun DropTargetAsync(type: ContentFormats, actions: GdkDragAction)
DropTargetAsync
Link copied to clipboard
fun DropTargetAsync(obj: TypeInstance)
DropTargetAsync
Link copied to clipboard
fun DropTargetAsync(targetPointer: CPointer<GtkDropTargetAsync>)

Types

Companion
Link copied to clipboard
object Companion

Functions

addOnAcceptCallback
Link copied to clipboard
fun addOnAcceptCallback(action: DropTargetAsyncAcceptFunc): SignalManager
addOnDragEnterCallback
Link copied to clipboard
fun addOnDragEnterCallback(action: DropTargetAsyncXYForDragFunc): SignalManager
addOnDragLeaveCallback
Link copied to clipboard
fun addOnDragLeaveCallback(action: DropTargetAsyncLeaveFunc): SignalManager
addOnDragMotionCallback
Link copied to clipboard
fun addOnDragMotionCallback(action: DropTargetAsyncXYForDragFunc): SignalManager
addOnDropCallback
Link copied to clipboard
fun addOnDropCallback(action: DropTargetAsyncDropFunc): 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
rejectDrop
Link copied to clipboard
fun rejectDrop(drop: Drop)
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

actions
Link copied to clipboard
var actions: GdkDragAction
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>
formats
Link copied to clipboard
var formats: ContentFormats?
gClass
Link copied to clipboard
open val gClass: TypeClass
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
targetPointer
Link copied to clipboard
val targetPointer: CPointer<GtkDropTargetAsync>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
widget
Link copied to clipboard
val widget: Widget