wx.LayoutConstraints¶
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
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:
win (wx.Window)
noChanges (int)
- 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
.