module Cam_main:sig..end
val com : ?args:string array ->
string -> Cam_commands.command -> Cam_commands.command_descval ask_quit : unit -> unitval about_dialog : (unit -> unit) Pervasives.refval show_about_dialog : unit -> unitval default_commands : Cam_commands.command_desc listval init_iconize_commands : < deiconify : unit -> 'a; iconify : unit -> 'b; .. > -> unitval main : unit -> unit