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.gtk/Ocgtk_gtk/Gtk/Cell_editable/class-cell_editable/index.html

Class Cell_editable.cell_editable

method on_editing_done : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_remove_widget : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method editing_done : unit -> unit
method remove_widget : unit -> unit
method start_editing : Ocgtk_gdk.Gdk.Event.event_t option -> unit
method editing_canceled : bool
method set_editing_canceled : bool -> unit
method as_cell_editable : Ocgtk_gtk__.Cell_editable.t