wx._core.Sizer:
wx.Sizer is the abstract base class used for laying out subwindows
in a window.
wx._core.BoxSizer:
The basic idea behind a box sizer is that windows will most often
be laid out in rather simple basic geometry, typically in a row or
a column or nested hierarchies of either.