package stk_ocf

  1. Overview
  2. Docs

Module Stk_ocf.WrapperSource

Sourceclass virtual 'a wrapper : object ... end
Sourceexception Conv_error of string
Sourceval conv_error : ('a, unit, string, 'b) format4 -> 'a
Sourcetype ('a, 'b) conv = {
  1. from_w : 'b -> 'a;
  2. to_w : 'a -> 'b;
}
Sourceval int_string_conv : (int, string) conv
Sourceval id_conv : ('a, 'a) conv
Sourceval list_string_conv : ('a, string) conv -> char -> ('a list, string) conv
Sourceclass 'a entry : ('a, string) conv -> unit -> object ... end
Sourceval entry : ('a, string) conv -> unit -> 'a entry
Sourceval int_entry : unit -> int entry
Sourceval string_entry : unit -> string entry
Sourceval list_entry : ('a, string) conv -> char -> unit -> 'a list entry
Sourceval int : unit -> int wrapper
Sourceval string : unit -> string wrapper
Sourceval string_list_entry : ?sep:char -> unit -> unit -> string list entry
Sourceval int_list_entry : ?sep:char -> unit -> unit -> int list entry
Sourceclass checkbutton : ?text:string option -> unit -> object ... end
Sourceval checkbutton : ?text:string -> unit -> checkbutton
Sourceclass date : ?button_text:string option -> unit -> object ... end
Sourceval date : ?button_text:string -> unit -> date
Sourceclass +'b explicit_option : 'a wrapper -> object ... end
Sourceclass +'b option_ : 'a wrapper -> object ... end
Sourceval explicit_option : 'a wrapper -> unit -> 'a option explicit_option
Sourceval option : 'a wrapper -> unit -> 'a option explicit_option
OCaml

Innovation. Community. Security.