classInherits[[> `APPLY | `CANCEL ]]dialog :title:string -> window:GWindow.window -> ?resize:bool -> unit ->object..end
signal Emitted when the dialog is closed.method add_row : GObj.widget -> unit
method add_block : GObj.widget -> unit
: action:([> `APPLY | `CANCEL ] as 'a) action ->
?label:string -> ?icon:Widget.icon -> ?tooltip:string -> unit -> unitCloses the dialog.
method select : 'a -> unitCloses the dialog.
method run : unit -> unitOpens the dialog (asynchronously).