(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* unit) -> GtkSignal.id end class segment : unit -> object inherit GObj.widget val obj : Gtk.widget Gtk.obj method connect : segment_signals method length : int method set_length : int -> unit method default_color : color method set_default_color : color -> unit method add : int -> color -> unit method remove : int -> unit end