wx.IndividualLayoutConstraint¶
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
|
See |
|
See |
|
See |
|
See |
|
Class API¶
- class wx.IndividualLayoutConstraint(Object)¶
Possible constructors:
IndividualLayoutConstraint() -> None
Methods¶
- __init__(self)¶
- Return type:
None
- Above(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶
- Parameters:
sibling (wx.Window)
margin (int)
- Return type:
None
- Absolute(self, val)¶
- Parameters:
val (int)
- Return type:
None
- AsIs(self)¶
- Return type:
None
- Below(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶
- Parameters:
sibling (wx.Window)
margin (int)
- Return type:
None
- GetDone(self)¶
- Return type:
bool
- GetEdge(self, which, thisWin, other)¶
- GetMargin(self)¶
- Return type:
int
- GetOtherEdge(self)¶
- Return type:
int
- GetPercent(self)¶
- Return type:
int
- GetRelationship(self)¶
- Return type:
- GetValue(self)¶
- Return type:
int
- LeftOf(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶
- Parameters:
sibling (wx.Window)
margin (int)
- Return type:
None
- PercentOf(self, otherW, wh, per)¶
- RightOf(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶
- Parameters:
sibling (wx.Window)
margin (int)
- Return type:
None
- SameAs(self, otherW, edge, margin=LAYOUT_DEFAULT_MARGIN)¶
- SatisfyConstraint(self, constraints, win)¶
- Parameters:
constraints (wx.LayoutConstraints)
win (wx.Window)
- Return type:
bool
- Set(self, rel, otherW, otherE, val=0, margin=LAYOUT_DEFAULT_MARGIN)¶
- Parameters:
rel (Relationship)
otherW (wx.Window)
otherE (Edge)
val (int)
margin (int)
- Return type:
None
- SetDone(self, d)¶
- Parameters:
d (bool)
- Return type:
None
- SetMargin(self, m)¶
- Parameters:
m (int)
- Return type:
None
- SetRelationship(self, r)¶
- Parameters:
r (Relationship)
- Return type:
None
- SetValue(self, v)¶
- Parameters:
v (int)
- Return type:
None
- Unconstrained(self)¶
- Return type:
None
Properties¶
- OtherEdge¶
See
GetOtherEdge
- OtherWindow¶
See
GetOtherWindow
- Percent¶
See
GetPercent
- Relationship¶
See
GetRelationship
andSetRelationship