Variable InputBox._actions

class InputBox
{
  // ...
  const(Action)[] _actions;
  // ...
}