summaryrefslogtreecommitdiff
path: root/ide/wg_Segment.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/wg_Segment.mli')
-rw-r--r--ide/wg_Segment.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/ide/wg_Segment.mli b/ide/wg_Segment.mli
index ecb45147..0263856a 100644
--- a/ide/wg_Segment.mli
+++ b/ide/wg_Segment.mli
@@ -8,10 +8,18 @@
type color = GDraw.color
+class type segment_signals =
+object
+ inherit GObj.misc_signals
+ inherit GUtil.add_ml_signals
+ method clicked : callback:(int -> 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