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