.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2017 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.sized_controls

.. highlight:: python



.. _wx.lib.sized_controls.SizedParent:

==========================================================================================================================================
|phoenix_title|  **wx.lib.sized_controls.SizedParent**
==========================================================================================================================================

Mixin class for some methods used by the ``Sized*`` classes.



|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>SizedParent</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.lib.sized_controls.SizedParent_inheritance.png" alt="Inheritance diagram of SizedParent" usemap="#dummy" class="inheritance"/></center>
   </div>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.sized_controls.SizedParent.html" title="Mixin class for some methods used by the ``Sized*`` classes." alt="" coords="5,5,237,35"/> </map> 
   </p>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.sized_controls.SizedParent.AddChild`                              Add a child to sizer
:meth:`~wx.lib.sized_controls.SizedParent.GetSizerType`                          Return the sizer type.
:meth:`~wx.lib.sized_controls.SizedParent.SetSizerType`                          Sets the sizer type and automatically re-assign any children
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: SizedParent

   Mixin class for some methods used by the ``Sized*`` classes.

   .. method:: AddChild(self, child)

      Add a child to sizer
      
      :param `child`: child (window or another sizer) to be added to sizer.
      :type `child`: :class:`wx.Window` or :class:`wx.Sizer`


   .. method:: GetSizerType(self)

      Return the sizer type.
      
      :rtype: `string`


   .. method:: SetSizerType(self, type, options={})

      Sets the sizer type and automatically re-assign any children
      to it.
      
      :param string `type`: sizer type, valid values are "horizontal", "vertical",
       "form", "table" and "grid";
      :param dict `options`: dictionary of options depending on type.


