module Text_input: sig .. end
sig
end
One-line text-input widget.
type t
type filter = string -> bool
string -> bool
Use Widget.text_input
Widget.text_input
val uint_filter : filter
filter
val text : t -> string
t -> string