(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* object inherit GText.view method undo : bool method redo : bool method clear_undo : unit end val undoable_view : ?buffer:GText.buffer -> ?editable:bool -> ?cursor_visible:bool -> ?wrap_mode:Gtk.Tags.wrap_mode -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> undoable_view