inquire.lambda-term
LTerm_containers_impl.Make
inquire
inquire.zed
module LiteralIntf : LiteralIntf.Type
class t : string -> LTerm_widget_base_impl.t
exception Out_of_range
val insert : 'a -> 'a list -> int -> 'a list
type box_child = {
widget : t;
expand : bool;
mutable length : int;
}
class type box = object ... end
class virtual abox : string -> object ... end
class hbox : object ... end
class vbox : object ... end
class frame : object ... end
class modal_frame : object ... end