Variable Dialog._buttonActions

class Dialog
{
  // ...
  const(Action)[] _buttonActions;
  // ...
}