Module ViewGraph_test


module ViewGraph_test: sig .. end
This is only a test file to show how to use ViewGraph and ViewGraph_select. Just compile and test... (click on the Help button to know how to use it).

module CbTest: sig .. end
To test to callbacks : only print messages
module V: ViewGraph_select.VG(CbTest)
val open_file : ViewGraph_select.t_env -> string -> unit
val open_cb : ViewGraph_select.t_env -> unit -> unit
val help_act_cb : 'a -> unit
val error_act_cb : < name : string; .. > -> unit
val quit_cb : unit -> unit
val quit_act_cb : 'a -> unit
val menu_desc : string
val create_menu : unit -> GAction.ui_manager
val create_gui : unit -> GnoCanvas.canvas * ViewGraph_select.t_env
val main : unit -> unit