From c72224832e2488b15f8f58d96554e4cf4337460d Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Sat, 3 Jan 2015 20:09:06 +0100 Subject: Implementing a segment-viewer in CoqIDE. This allows a nifty display of the current state of the document through a dedicated progress bar. Also closes bug #3764. --- ide/wg_Segment.mli | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ide/wg_Segment.mli (limited to 'ide/wg_Segment.mli') diff --git a/ide/wg_Segment.mli b/ide/wg_Segment.mli new file mode 100644 index 000000000..cea6058b4 --- /dev/null +++ b/ide/wg_Segment.mli @@ -0,0 +1,21 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* + object + inherit GObj.widget + val obj : Gtk.widget Gtk.obj + 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 -- cgit v1.2.3