module GMathViewAux:sig
..end
class single_selection_math_view_signals :[> `gtk | `mathview_gmetadom | `widget ] Gtk.obj -> ((Gdome.element option -> unit) -> unit) ->
object
..end
signals
class single_selection_math_view :Gtk_mathview.math_view Gtk.obj ->
object
..end
main class
val single_selection_math_view : ?hadjustment:GData.adjustment ->
?vadjustment:GData.adjustment ->
?font_size:int ->
?log_verbosity:int ->
?width:int ->
?height:int ->
?packing:(GObj.widget -> unit) ->
?show:bool -> unit -> single_selection_math_view
single_selection_math_view constructor
class multi_selection_math_view :Gtk_mathview.math_view Gtk.obj ->
object
..end
main class, extends single_selection_math_view
val multi_selection_math_view : ?hadjustment:GData.adjustment ->
?vadjustment:GData.adjustment ->
?font_size:int ->
?log_verbosity:int ->
?width:int ->
?height:int ->
?packing:(GObj.widget -> unit) ->
?show:bool -> unit -> multi_selection_math_view
multi_selection_math_view constructor