DropTarget

class DropTarget(dropTargetPointer: CPointer<GtkDropTarget>) : EventController

15 / 01 / 2022

See also

Constructors

DropTarget
Link copied to clipboard
fun DropTarget(type: KGType, actions: GdkDragAction)
DropTarget
Link copied to clipboard
fun DropTarget(obj: TypeInstance)
DropTarget
Link copied to clipboard
fun DropTarget(dropTargetPointer: CPointer<GtkDropTarget>)

Types

Companion
Link copied to clipboard
object Companion

Functions

addOnAcceptCallback
Link copied to clipboard
fun addOnAcceptCallback(action: DropTargetAcceptFunc): SignalManager
addOnDropCallback
Link copied to clipboard
fun addOnDropCallback(action: DropTargetDropFunc): SignalManager
addOnEnterCallback
Link copied to clipboard
fun addOnEnterCallback(action: DropTargetXYForDragFunc): SignalManager
addOnLeaveCallback
Link copied to clipboard
fun addOnLeaveCallback(action: TypedNoArgFunc<DropTarget>): SignalManager
addOnMotionCallback
Link copied to clipboard
fun addOnMotionCallback(action: DropTargetXYForDragFunc): 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
reject
Link copied to clipboard
fun reject()
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
currentDrop
Link copied to clipboard
val currentDrop: Drop?
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
drop
Link copied to clipboard
val drop: Drop?
dropTargetPointer
Link copied to clipboard
val dropTargetPointer: CPointer<GtkDropTarget>
eventControllerPointer
Link copied to clipboard
val eventControllerPointer: CPointer<GtkEventController>
formats
Link copied to clipboard
val formats: ContentFormats?
gClass
Link copied to clipboard
open val gClass: TypeClass
gtypes
Link copied to clipboard
var gtypes: Array<GType>?
name
Link copied to clipboard
var name: String
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
preload
Link copied to clipboard
var preload: Boolean
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>
value
Link copied to clipboard
val value: Value?
widget
Link copied to clipboard
val widget: Widget