Module GMathViewAux


module GMathViewAux: sig .. end

Selection-enabled GtkMathView classes




Single-selection


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

Multiple-selection


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