From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- ide/wg_Command.mli | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ide/wg_Command.mli (limited to 'ide/wg_Command.mli') diff --git a/ide/wg_Command.mli b/ide/wg_Command.mli new file mode 100644 index 00000000..91a8f26c --- /dev/null +++ b/ide/wg_Command.mli @@ -0,0 +1,18 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* Coq.coqtop -> + object + method new_query : ?command:string -> ?term:string -> unit -> unit + method pack_in : (GObj.widget -> unit) -> unit + method refresh_font : unit -> unit + method refresh_color : unit -> unit + method show : unit + method hide : unit + method visible : bool + end -- cgit v1.2.3