diff options
author | Stephane Glondu <steph@glondu.net> | 2010-07-01 17:21:14 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2010-07-01 17:21:14 +0200 |
commit | da178a880e3ace820b41d38b191d3785b82991f5 (patch) | |
tree | 6356ab3164a5ad629f4161dc6c44ead74edc2937 /ide/undo_lablgtk_ge212.mli | |
parent | e4282ea99c664d8d58067bee199cbbcf881b60d5 (diff) |
Imported Upstream version 8.2pl2+dfsgupstream/8.2.pl2+dfsg
Diffstat (limited to 'ide/undo_lablgtk_ge212.mli')
-rw-r--r-- | ide/undo_lablgtk_ge212.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ide/undo_lablgtk_ge212.mli b/ide/undo_lablgtk_ge212.mli index 916a06e9..4488b5e9 100644 --- a/ide/undo_lablgtk_ge212.mli +++ b/ide/undo_lablgtk_ge212.mli @@ -10,9 +10,10 @@ (* An undoable view class *) -class undoable_view : [> Gtk.text_view] Gtk.obj -> +class undoable_view : ([> Gtk.text_view] as 'a) Gtk.obj -> object inherit GText.view + val obj : 'a Gtk.obj method undo : bool method redo : bool method clear_undo : unit |