class Dialog.ButtonPanel
Description
A class that provides a button panel for dialogs.
Constructor
new Dialog.ButtonPanel(owner[, options = {}[, buttons...]])
-
owner
(Dialog.Interface
) – the dialog containing the panel. -
options
(Object
) – options to initialize the panel with. -
buttons
(Object
) – options for each button to insert into panel.