X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Flablgtkmathview%2FgMathViewAux.mli;h=d8eb283cc0e87a0afaacfb25d0b99995a4beec42;hb=e7e2a523299d807370b292b44e77f46fad1638c9;hp=e63c41173a41586d8e71dbb7a210596dd33741f9;hpb=56b68e877e6eb517c3efba7d9485947e940f7785;p=helm.git diff --git a/helm/DEVEL/lablgtkmathview/gMathViewAux.mli b/helm/DEVEL/lablgtkmathview/gMathViewAux.mli index e63c41173..d8eb283cc 100644 --- a/helm/DEVEL/lablgtkmathview/gMathViewAux.mli +++ b/helm/DEVEL/lablgtkmathview/gMathViewAux.mli @@ -1,4 +1,5 @@ -(* Copyright (C) 2000, Luca Padovani . +(* Copyright (C) 2000-2003, Luca Padovani , + * Claudio Sacerdoti Coen . * * This file is part of lablgtkmathview, the Ocaml binding * for the GtkMathView widget. @@ -21,7 +22,7 @@ *) class single_selection_math_view_signals : - ([> `container | `widget | `base | `math_view] as 'b) Gtk.obj -> + ([> `container | `gtk | `mathview | `widget] as 'b) Gtk.obj -> ((Gdome.element option -> unit) -> unit) -> object inherit GMathView.math_view_signals @@ -39,10 +40,10 @@ class single_selection_math_view : end val single_selection_math_view : - ?adjustmenth:GData.adjustment -> - ?adjustmentv:GData.adjustment -> + ?hadjustment:GData.adjustment -> + ?vadjustment:GData.adjustment -> ?font_size:int -> - ?font_manager:[ `font_manager_gtk | `font_manager_t1] -> + ?log_verbosity:int -> ?border_width:int -> ?width:int -> ?height:int -> @@ -63,10 +64,10 @@ class multi_selection_math_view : end val multi_selection_math_view : - ?adjustmenth:GData.adjustment -> - ?adjustmentv:GData.adjustment -> + ?hadjustment:GData.adjustment -> + ?vadjustment:GData.adjustment -> ?font_size:int -> - ?font_manager:[ `font_manager_gtk | `font_manager_t1] -> + ?log_verbosity:int -> ?border_width:int -> ?width:int -> ?height:int ->