package ocgtk

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

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