aboutsummaryrefslogtreecommitdiff
path: root/ide/coqide/wg_Command.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coqide/wg_Command.mli')
-rw-r--r--ide/coqide/wg_Command.mli18
1 files changed, 18 insertions, 0 deletions
diff --git a/ide/coqide/wg_Command.mli b/ide/coqide/wg_Command.mli
new file mode 100644
index 0000000000..e2854cc6d5
--- /dev/null
+++ b/ide/coqide/wg_Command.mli
@@ -0,0 +1,18 @@
+(************************************************************************)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * Copyright INRIA, CNRS and contributors *)
+(* <O___,, * (see version control and CREDITS file for authors & dates) *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
+(************************************************************************)
+
+class command_window : string -> Coq.coqtop -> CoqOps.coqops -> Wg_RoutedMessageViews.message_views_router ->
+ object
+ method new_query : ?command:string -> ?term:string -> unit -> unit
+ method pack_in : (GObj.widget -> unit) -> unit
+ method show : unit
+ method hide : unit
+ method visible : bool
+ end