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 *)
|
2001-12-07 05:41:02 -08:00
|
|
|
(* General Public License, with the special exception on linking *)
|
|
|
|
(* described in file ../../../LICENSE. *)
|
1999-12-16 04:25:11 -08:00
|
|
|
(* *)
|
|
|
|
(*************************************************************************)
|
|
|
|
|
1999-11-30 06:59:39 -08:00
|
|
|
(* $Id$ *)
|
|
|
|
|
|
|
|
(* Module viewer *)
|
|
|
|
open Widget
|
|
|
|
|
|
|
|
val search_symbol : unit -> unit
|
|
|
|
(* search a symbol in all modules in the path *)
|
|
|
|
|
|
|
|
val f : ?dir:string -> ?on:toplevel widget -> unit -> unit
|
|
|
|
(* open then module viewer *)
|
2001-04-13 02:27:04 -07:00
|
|
|
val st_viewer : ?dir:string -> ?on:toplevel widget -> unit -> unit
|
|
|
|
(* one-box viewer *)
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2002-07-11 06:49:51 -07:00
|
|
|
val view_defined : env:Env.t -> ?show_all:bool -> Longident.t -> unit
|
1999-11-30 06:59:39 -08:00
|
|
|
(* displays a signature, found in environment *)
|
|
|
|
|
|
|
|
val close_all_views : unit -> unit
|