summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/jg_completion.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/browser/jg_completion.mli')
-rw-r--r--otherlibs/labltk/browser/jg_completion.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/jg_completion.mli b/otherlibs/labltk/browser/jg_completion.mli
new file mode 100644
index 000000000..427e74455
--- /dev/null
+++ b/otherlibs/labltk/browser/jg_completion.mli
@@ -0,0 +1,9 @@
+(* $Id$ *)
+
+class timed : ?nocase:bool -> ?wait:int -> string list -> object
+ val mutable texts : string list
+ method add : string -> int
+ method current : int
+ method get_current : string
+ method reset : unit
+end