Variable SDLWindow._children

class SDLWindow
{
  // ...
  SDLWindow[] _children;
  // ...
}