(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* unit method start_completion : callback:(int -> unit) -> GtkSignal.id method update_completion : callback:(int * string * Proposals.t -> unit) -> GtkSignal.id method end_completion : callback:(unit -> unit) -> GtkSignal.id end class complete_model : Coq.coqtop -> GText.buffer -> object method active : bool method connect : complete_model_signals method set_active : bool -> unit method store : GTree.model_filter method column : string GTree.column method handle_proposal : Gtk.tree_path -> unit end class complete_popup : complete_model -> GText.view -> object method coerce : GObj.widget method proposal : string option end