package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.5.tbz
sha256=d4821cdbecf3ae374f20317d63e43fe58030c3ba9657b51a2e83e652197e8eac
sha512=83f0be38a1e21737de93f88b0adac15cdcc50cf712d773720b9bc1e8d8ffdb2c660d35840f25d326a42a9d4e6537e6cef466099bf72494196b2cc79977e703e3

doc/lablgtk3/GtkBase/DnD/index.html

Module GtkBase.DnDSource

Sourceval dest_set : [> `widget ] Gtk.obj -> flags:Gtk.Tags.dest_defaults list -> targets:Gtk.target_entry array -> actions:Gdk.Tags.drag_action list -> unit
Sourceval dest_unset : [> `widget ] Gtk.obj -> unit
Sourceval finish : Gdk.drag_context -> success:bool -> del:bool -> time:int32 -> unit
Sourceval get_data : [> `widget ] Gtk.obj -> Gdk.drag_context -> target:Gdk.atom -> time:int32 -> unit
Sourceval get_source_widget : Gdk.drag_context -> Gtk.widget Gtk.obj
Sourceval highlight : [> `widget ] Gtk.obj -> unit
Sourceval unhighlight : [> `widget ] Gtk.obj -> unit
Sourceval set_icon_widget : Gdk.drag_context -> [> `widget ] Gtk.obj -> hot_x:int -> hot_y:int -> unit
Sourceval set_icon_default : Gdk.drag_context -> unit
Sourceval source_set : [> `widget ] Gtk.obj -> ?modi:Gdk.Tags.modifier list -> targets:Gtk.target_entry array -> actions:Gdk.Tags.drag_action list -> unit
Sourceval source_unset : [> `widget ] Gtk.obj -> unit