Ajout fonction alert pour déverminage

This commit is contained in:
Matthieu Dubuget 2016-12-13 13:33:21 +01:00
parent 1dc952f07f
commit 87eabab46d
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ include ([%js] : sig
type menu
val show_sidebar : t -> HtmlOutput.t -> unit [@@js.call]
val create_menu : t -> caption:string -> Menu.t [@@js.call]
val alert : t -> string -> unit [@@js.call]
end
module Sheet : sig

View File

@ -135,6 +135,7 @@ module Ui :
type menu
val show_sidebar : t -> HtmlOutput.t -> unit
val create_menu : t -> caption:string -> Menu.t
val alert : t -> string -> unit
end
(** Access and modify spreadsheet sheets. *)