package inquire

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

val section : Lwt_log_core.section
class t : string -> LTerm_widget_base_impl.t
val space : LTerm_key.code
class button : ?brackets:(LiteralIntf.string_intf * LiteralIntf.string_intf) option -> LiteralIntf.string_intf -> object ... end
class checkbutton : LiteralIntf.string_intf -> bool -> object ... end
class type 'a radio = object ... end
class +'b radiogroup : object ... end
class +'b radiobutton : 'a radiogroup -> LiteralIntf.string_intf -> 'a -> object ... end