================ Layout (hwx.gui) ================ Base class for BoxLayout and GridLayout. ---------- Properties ---------- +----------+----------+----------+ | border_ | margin_ | spacing_ | +----------+----------+----------+ -------------- Public Methods -------------- +-----------------------------+ | setProperties_ (self, kwds) | +-----------------------------+ ---------------- Property Details ---------------- .. _border: .. method:: border The spacing around the sides. .. _margin: .. method:: margin The spacing around the sides. .. _spacing: .. method:: spacing The spacing between widgets. -------------- Method Details -------------- .. _setProperties: .. method:: setProperties(self, kwds) Internal method called from constructors.