diff options
| author | monate | 2003-05-07 17:11:01 +0000 |
|---|---|---|
| committer | monate | 2003-05-07 17:11:01 +0000 |
| commit | e8d357d51e1576e450023aa76fc127de83f9c011 (patch) | |
| tree | 042a1632057e59be8158c1d870c1223738b26518 /ide/command_windows.mli | |
| parent | cb0d0225498c773c3f0b4740c2a1f3db219c894a (diff) | |
coqide: missing files
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3995 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/command_windows.mli')
| -rw-r--r-- | ide/command_windows.mli | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ide/command_windows.mli b/ide/command_windows.mli new file mode 100644 index 0000000000..64800d3594 --- /dev/null +++ b/ide/command_windows.mli @@ -0,0 +1,22 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) +(* \VV/ *************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(***********************************************************************) + +(* $Id$ *) + +class command_window : + unit -> + object + method new_command : ?command:string -> ?term:string -> unit -> unit + method window : GWindow.window + end + +val main : unit -> unit + +val command_window : unit -> command_window + + |
