Variable EditBox._maxLineWidth

class EditBox
{
  // ...
  int _maxLineWidth;
  // ...
}