Package org.gtk.gtk.controller
Types
DropControllerMotion
Link copied to clipboard
class DropControllerMotion(contPointer: CPointer<GtkDropControllerMotion>) : EventController
Content copied to clipboard
17 / 12 / 2021
DropTarget
Link copied to clipboard
class DropTarget(dropTargetPointer: CPointer<GtkDropTarget>) : EventController
Content copied to clipboard
15 / 01 / 2022
DropTargetAcceptFunc
Link copied to clipboard
DropTargetAsync
Link copied to clipboard
class DropTargetAsync(targetPointer: CPointer<GtkDropTargetAsync>) : EventController
Content copied to clipboard
15 / 01 / 2022
DropTargetAsyncAcceptFunc
Link copied to clipboard
DropTargetAsyncDropFunc
Link copied to clipboard
typealias DropTargetAsyncDropFunc = DropTargetAsync.(Drop, x: Double, y: Double) -> Boolean
Content copied to clipboard
DropTargetAsyncLeaveFunc
Link copied to clipboard
DropTargetAsyncXYForDragFunc
Link copied to clipboard
typealias DropTargetAsyncXYForDragFunc = DropTargetAsync.(Drop, x: Double, y: Double) -> GdkDragAction
Content copied to clipboard
DropTargetDropFunc
Link copied to clipboard
typealias DropTargetDropFunc = DropTarget.(Value, x: Double, y: Double) -> Boolean
Content copied to clipboard
DropTargetXYForDragFunc
Link copied to clipboard
typealias DropTargetXYForDragFunc = DropTarget.(x: Double, y: Double) -> GdkDragAction
Content copied to clipboard
EventController
Link copied to clipboard
open class EventController(eventControllerPointer: CPointer<GtkEventController>) : KGObject
Content copied to clipboard
kotlinx-gtk
EventControllerFocus
Link copied to clipboard
class EventControllerFocus(focusPointer: CPointer<GtkEventControllerFocus>) : EventController
Content copied to clipboard
04 / 01 / 2022
EventControllerKey
Link copied to clipboard
class EventControllerKey(keyPointer: CPointer<GtkEventControllerKey>) : EventController
Content copied to clipboard
06 / 01 / 2022
EventControllerKeyModifiersFunc
Link copied to clipboard
typealias EventControllerKeyModifiersFunc = EventControllerKey.(keVal: GdkModifierType) -> Boolean
Content copied to clipboard
EventControllerKeyPressedFunc
Link copied to clipboard
typealias EventControllerKeyPressedFunc = EventControllerKey.(keyVal: UInt, keycode: UInt, state: GdkModifierType) -> Boolean
Content copied to clipboard
EventControllerKeyReleasedFunc
Link copied to clipboard
typealias EventControllerKeyReleasedFunc = EventControllerKey.(keyVal: UInt, keycode: UInt, state: GdkModifierType) -> Unit
Content copied to clipboard
EventControllerLegacy
Link copied to clipboard
class EventControllerLegacy(legacyPointer: CPointer<GtkEventControllerLegacy>) : EventController
Content copied to clipboard
14 / 01 / 2022
EventControllerLegacyEventFunc
Link copied to clipboard
typealias EventControllerLegacyEventFunc = EventControllerLegacy.(event: Event) -> Boolean
Content copied to clipboard
EventControllerMotion
Link copied to clipboard
class EventControllerMotion(motionPointer: CPointer<GtkEventControllerMotion>) : EventController
Content copied to clipboard
14 / 01 / 2022
EventControllerMotionXYFunc
Link copied to clipboard
typealias EventControllerMotionXYFunc = EventControllerMotion.(x: Double, y: Double) -> Unit
Content copied to clipboard
EventControllerScroll
Link copied to clipboard
class EventControllerScroll(motionPointer: CPointer<GtkEventControllerScroll>) : EventController
Content copied to clipboard
14 / 01 / 2022
EventControllerScrollFunc
Link copied to clipboard
typealias EventControllerScrollFunc = EventControllerScroll.(dx: Double, dy: Double) -> Boolean
Content copied to clipboard
EventControllerScrollVelXYFunc
Link copied to clipboard
typealias EventControllerScrollVelXYFunc = EventControllerScroll.(velX: Double, velY: Double) -> Unit
Content copied to clipboard
LeaveFunction
Link copied to clipboard
PadController
Link copied to clipboard
class PadController(padPointer: CPointer<GtkPadController>) : EventController
Content copied to clipboard
14 / 01 / 2022
XYFunction
Link copied to clipboard
typealias XYFunction = DropControllerMotion.(x: Double, y: Double) -> Unit
Content copied to clipboard