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() -> None

Methods¶

__init__(self)¶
Return type:

None



AreSatisfied(self)¶
Return type:

bool



SatisfyConstraints(self, win, noChanges)¶
Parameters:
Return type:

bool


Properties¶

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 .