aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ideutils.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-30 17:23:41 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-30 17:23:41 +0000
commit1f2e874fec0e5818a54aca92f86554d40f689771 (patch)
tree7b6f1923ba8e5052d5d545f763424f5d904511d1 /ide/ideutils.mli
parenta512c03be02ff749abc2328b17fd7917d54aff27 (diff)
Granting wish #1781:
Parenthesis matching on click in all term displays. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16643 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/ideutils.mli')
-rw-r--r--ide/ideutils.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/ideutils.mli b/ide/ideutils.mli
index c22c167ba..3d950ead8 100644
--- a/ide/ideutils.mli
+++ b/ide/ideutils.mli
@@ -64,7 +64,7 @@ val set_location : (string -> unit) ref
val requote : string -> string
-val textview_width : #GText.view -> int
+val textview_width : #GText.view_skel -> int
(** Returns an approximate value of the character width of a textview *)
type logger = Interface.message_level -> string -> unit