package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

@gtkdoc gtk gtk-Drag-and-Drop

method after : 'a
method beginning : callback:(drag_context -> unit) -> GtkSignal.id
method data_delete : callback:(drag_context -> unit) -> GtkSignal.id
method data_get : callback: (drag_context -> selection_context -> info:int -> time:int32 -> unit) -> GtkSignal.id
method data_received : callback: (drag_context -> x:int -> y:int -> selection_data -> info:int -> time:int32 -> unit) -> GtkSignal.id
method drop : callback:(drag_context -> x:int -> y:int -> time:int32 -> bool) -> GtkSignal.id
method ending : callback:(drag_context -> unit) -> GtkSignal.id
method leave : callback:(drag_context -> time:int32 -> unit) -> GtkSignal.id
method motion : callback:(drag_context -> x:int -> y:int -> time:int32 -> bool) -> GtkSignal.id