1 (***********************************************************************)
3 (* MLTk, Tcl/Tk interface of Objective Caml *)
5 (* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
6 (* projet Cristal, INRIA Rocquencourt *)
7 (* Jacques Garrigue, Kyoto University RIMS *)
9 (* Copyright 2002 Institut National de Recherche en Informatique et *)
10 (* en Automatique and Kyoto University. All rights reserved. *)
11 (* This file is distributed under the terms of the GNU Library *)
12 (* General Public License, with the special exception on linking *)
13 (* described in file LICENSE found in the Objective Caml source tree. *)
15 (***********************************************************************)
16 (* Synthetic events *)
21 val send
: string -> widget
-> unit
22 (* [send event_name widget] *)
24 val broadcast
: string -> unit
25 (* [broadcase event_name] *)
27 val bind
: widget
-> string -> (widget
-> unit) -> unit
28 (* [bind event_name callback] *)
30 val remove
: widget
-> string -> unit
31 (* [remove widget event_name] *)