Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type input_desc = string * input_type
type input_win =
| Inp of input_desc
| Frame of string * input_win
| HBox of input_win list
| VBox of input_win list
val short_string_of_input_type : input_type -> string
val string_of_input_type : input_type -> string
val type_of_value : value -> string
val string_of_value : value -> string
val string_of_input_desc : (string * input_type) -> string
val get_inputs : input_win -> input_desc list
class input : (string, value) Hashtbl.t -> (GObj.widget ->
unit) -> input_desc -> object ... end
val make_sig : string -> input_win
val make_bool : string -> bool -> input_win
val make_int : string -> (int * int) -> int -> input_win
val make_float : string -> (float * float) -> float -> input_win