.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.LayoutConstraints: ========================================================================================================================================== |phoenix_title| **wx.LayoutConstraints** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class LayoutConstraints:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.LayoutConstraints.__init__` :meth:`~wx.LayoutConstraints.AreSatisfied` :meth:`~wx.LayoutConstraints.SatisfyConstraints` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.LayoutConstraints.bottom` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . :attr:`~wx.LayoutConstraints.centreX` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . :attr:`~wx.LayoutConstraints.centreY` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . :attr:`~wx.LayoutConstraints.height` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . :attr:`~wx.LayoutConstraints.left` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . :attr:`~wx.LayoutConstraints.right` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . :attr:`~wx.LayoutConstraints.top` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . :attr:`~wx.LayoutConstraints.width` A public C++ attribute of type `~wx.IndividualLayoutConstraint` . ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.LayoutConstraints(Object) **Possible constructors**:: LayoutConstraints() .. method:: __init__(self) .. method:: AreSatisfied(self) :rtype: `bool` .. method:: SatisfyConstraints(self, win, noChanges) :param `win`: :type `win`: wx.Window :param `noChanges`: :type `noChanges`: int :rtype: `bool` .. attribute:: bottom A public C++ attribute of type `~wx.IndividualLayoutConstraint` . .. attribute:: centreX A public C++ attribute of type `~wx.IndividualLayoutConstraint` . .. attribute:: centreY A public C++ attribute of type `~wx.IndividualLayoutConstraint` . .. attribute:: height A public C++ attribute of type `~wx.IndividualLayoutConstraint` . .. attribute:: left A public C++ attribute of type `~wx.IndividualLayoutConstraint` . .. attribute:: right A public C++ attribute of type `~wx.IndividualLayoutConstraint` . .. attribute:: top A public C++ attribute of type `~wx.IndividualLayoutConstraint` . .. attribute:: width A public C++ attribute of type `~wx.IndividualLayoutConstraint` .