(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* unit) -> GtkSignal.id end class type model = object method changed : callback:(model_event -> unit) -> unit method length : int method fold : 'a. ('a -> color -> 'a) -> 'a -> 'a end class segment : unit -> object inherit GObj.widget val obj : Gtk.widget Gtk.obj method set_model : model -> unit method connect : segment_signals method default_color : color method set_default_color : color -> unit end