1999-12-16 04:25:11 -08:00
|
|
|
(*************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Objective Caml LablTk library *)
|
|
|
|
(* *)
|
|
|
|
(* Jacques Garrigue, Kyoto University RIMS *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 1999 Institut National de Recherche en Informatique et *)
|
|
|
|
(* en Automatique and Kyoto University. All rights reserved. *)
|
|
|
|
(* This file is distributed under the terms of the GNU Library *)
|
|
|
|
(* General Public License. *)
|
|
|
|
(* *)
|
|
|
|
(*************************************************************************)
|
|
|
|
|
1999-11-30 06:59:39 -08:00
|
|
|
(* $Id$ *)
|
|
|
|
|
2000-06-04 22:44:59 -07:00
|
|
|
val lt_string : ?nocase:bool -> string -> string -> bool
|
|
|
|
|
1999-11-30 06:59:39 -08:00
|
|
|
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
|