(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* GText.buffer -> object method active : bool method set_active : bool -> unit method store : GTree.model_filter method column : string GTree.column method handle_proposal : Gtk.tree_path -> unit method start_completion_callback : (int -> unit) -> unit method update_completion_callback : (int -> string -> Proposals.t -> unit) -> unit method end_completion_callback : (unit -> unit) -> unit end class complete_popup : complete_model -> GText.view -> object method coerce : GObj.widget method proposal : string option end