See |
|
See |
|
See |
|
See |
|
See |
|
wx.
IndividualLayoutConstraint
(Object)¶Possible constructors:
IndividualLayoutConstraint()
__init__
(self)¶Above
(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶sibling (wx.Window) –
margin (int) –
Absolute
(self, val)¶val (int) –
AsIs
(self)¶Below
(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶sibling (wx.Window) –
margin (int) –
GetDone
(self)¶bool
GetEdge
(self, which, thisWin, other)¶GetMargin
(self)¶int
GetOtherEdge
(self)¶int
GetPercent
(self)¶int
GetRelationship
(self)¶GetValue
(self)¶int
LeftOf
(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶sibling (wx.Window) –
margin (int) –
RightOf
(self, sibling, margin=LAYOUT_DEFAULT_MARGIN)¶sibling (wx.Window) –
margin (int) –
SameAs
(self, otherW, edge, margin=LAYOUT_DEFAULT_MARGIN)¶SatisfyConstraint
(self, constraints, win)¶constraints (wx.LayoutConstraints) –
win (wx.Window) –
bool
Set
(self, rel, otherW, otherE, val=0, margin=LAYOUT_DEFAULT_MARGIN)¶rel (Relationship) –
otherW (wx.Window) –
otherE (Edge) –
val (int) –
margin (int) –
SetDone
(self, d)¶d (bool) –
SetMargin
(self, m)¶m (int) –
SetRelationship
(self, r)¶r (Relationship) –
SetValue
(self, v)¶v (int) –
Unconstrained
(self)¶OtherEdge
¶See GetOtherEdge
OtherWindow
¶See GetOtherWindow
Percent
¶See GetPercent
Relationship
¶See GetRelationship
and SetRelationship