phoenix_title wx.LayoutConstraints


class_hierarchy Class Hierarchy

Inheritance diagram for class LayoutConstraints:

method_summary Methods Summary

__init__

AreSatisfied

SatisfyConstraints


property_summary Properties Summary

bottom

A public C++ attribute of type IndividualLayoutConstraint .

centreX

A public C++ attribute of type IndividualLayoutConstraint .

centreY

A public C++ attribute of type IndividualLayoutConstraint .

height

A public C++ attribute of type IndividualLayoutConstraint .

left

A public C++ attribute of type IndividualLayoutConstraint .

right

A public C++ attribute of type IndividualLayoutConstraint .

top

A public C++ attribute of type IndividualLayoutConstraint .

width

A public C++ attribute of type IndividualLayoutConstraint .


api Class API

class wx.LayoutConstraints(Object)

Possible constructors:

LayoutConstraints()
__init__(self)
AreSatisfied(self)
Return type

bool

SatisfyConstraints(self, win, noChanges)
Parameters
Return type

bool

bottom

A public C++ attribute of type IndividualLayoutConstraint .

centreX

A public C++ attribute of type IndividualLayoutConstraint .

centreY

A public C++ attribute of type IndividualLayoutConstraint .

height

A public C++ attribute of type IndividualLayoutConstraint .

left

A public C++ attribute of type IndividualLayoutConstraint .

right

A public C++ attribute of type IndividualLayoutConstraint .

top

A public C++ attribute of type IndividualLayoutConstraint .

width

A public C++ attribute of type IndividualLayoutConstraint .