Function Dialog.createButtonsPanel

create panel with buttons based on list of actions

Widget createButtonsPanel(
  const(Action)[] actions,
  int defaultActionIndex,
  int splitBeforeIndex
);