package ocgtk

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

Class Drag.drag

method on_cancel : ?after:bool -> callback:(reason:Ocgtk_gdk__.Gdk_enums.dragcancelreason -> unit) -> unit -> Gobject.Signal.handler_id
method on_dnd_finished : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_drop_performed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method drop_done : bool -> unit
method get_actions : unit -> Ocgtk_gdk__.Gdk_enums.dragaction
method get_content : unit -> Ocgtk_gdk__.GContent_provider.content_provider_t
method get_device : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.device_t
method get_display : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.display_t
method get_drag_surface : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.surface_t option
method get_formats : unit -> Ocgtk_gdk__.Content_formats.t
method get_selected_action : unit -> Ocgtk_gdk__.Gdk_enums.dragaction
method get_surface : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.surface_t
method set_hotspot : int -> int -> unit
method as_drag : Ocgtk_gdk__.Drag.t