package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gdk/Ocgtk_gdk/Gdk/Drag/class-drag/index.html

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