Class type Gtk_helper.Configuration.selector

class type ['a] selector = object .. end
Abstract interface to the connected widget. This API is consistent with the Widget ones.

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.