Configuration.selector
Abstract interface to the connected widget. This API is consistent with the Widget ones.
Widget
method set : 'a -> unit
Set's widget value to given one.
method connect : ('a -> unit) -> unit
Register a callback invoked by the widget each time the value is edited.