class type['a]selector =object..end
Abstract interface to the connected widget.
This API is consistent with the Widget ones.
method set : 'a -> unitSet's widget value to given one.
method connect : ('a -> unit) -> unitRegister a callback invoked by the widget each time the value is edited.