aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_Find.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-09-06 15:06:46 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-09-06 15:06:46 +0000
commitbbd661e386d2d3ed1913d7106ec4b890d92d2a47 (patch)
tree98651d0e68c6deae8c7d327d06e583e4e6de9af8 /ide/wg_Find.mli
parent5f50ee87842b5741743e2f8a240e27fccb8311bd (diff)
Nice output of SearchAbout command in CoqIDE
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15779 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/wg_Find.mli')
-rw-r--r--ide/wg_Find.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/ide/wg_Find.mli b/ide/wg_Find.mli
index b0a421317..5337dae7c 100644
--- a/ide/wg_Find.mli
+++ b/ide/wg_Find.mli
@@ -6,12 +6,13 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
+type mode = [ `FIND | `REPLACE ]
+
class finder : GText.view ->
object
method coerce : GObj.widget
method hide : unit -> unit
- method show_find : unit -> unit
- method show_replace : unit -> unit
+ method show : mode -> unit
method replace : unit -> unit
method replace_all : unit -> unit
method find_backward : unit -> unit