phoenix_title wx.LayoutConstraints


class_hierarchy Class Hierarchy

Inheritance diagram for class LayoutConstraints:

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

Methods

__init__(self)


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 .