Class Dialog.dialog

val mutable wakener : 'a0 option Lwt.u option
method window : Stk.Window.window
method content_area : Stk.Bin.bin
method action_area : unit Stk.Pack.box
method return : ?with_on_return:bool -> 'a0 option -> unit
method add_text_button : ?class_:string -> ?return:(unit -> 'a0 option) -> ?ks:Stk.Key.keystate -> string -> Stk.Button.button
method run : ('a0 option -> unit Lwt.t) -> unit
method destroy : unit