phoenix_title wx.IndividualLayoutConstraint


class_hierarchy Class Hierarchy

Inheritance diagram for class IndividualLayoutConstraint:

method_summary Methods Summary

__init__

Above

Absolute

AsIs

Below

GetDone

GetEdge

GetMargin

GetMyEdge

GetOtherEdge

GetOtherWindow

GetPercent

GetRelationship

GetValue

LeftOf

PercentOf

ResetIfWin

RightOf

SameAs

SatisfyConstraint

Set

SetDone

SetEdge

SetMargin

SetRelationship

SetValue

Unconstrained


property_summary Properties Summary

Done

See GetDone and SetDone

Margin

See GetMargin and SetMargin

MyEdge

See GetMyEdge

OtherEdge

See GetOtherEdge

OtherWindow

See GetOtherWindow

Percent

See GetPercent

Relationship

See GetRelationship and SetRelationship

Value

See GetValue and SetValue


api Class API

class wx.IndividualLayoutConstraint(Object)

Possible constructors:

IndividualLayoutConstraint() -> None

Methods

__init__(self)
Return type:

None



Above(self, sibling : Window, margin: int=LAYOUT_DEFAULT_MARGIN)
Parameters:
Return type:

None



Absolute(self, val : int)
Parameters:

val (int) –

Return type:

None



AsIs(self)
Return type:

None



Below(self, sibling : Window, margin: int=LAYOUT_DEFAULT_MARGIN)
Parameters:
Return type:

None



GetDone(self)
Return type:

bool



GetEdge(self, which : Edge, thisWin : Window, other : Window)
Parameters:
Return type:

int



GetMargin(self)
Return type:

int



GetMyEdge(self)
Return type:

wx.Edge



GetOtherEdge(self)
Return type:

int



GetOtherWindow(self)
Return type:

wx.Window



GetPercent(self)
Return type:

int



GetRelationship(self)
Return type:

wx.Relationship



GetValue(self)
Return type:

int



LeftOf(self, sibling : Window, margin: int=LAYOUT_DEFAULT_MARGIN)
Parameters:
Return type:

None



PercentOf(self, otherW : Window, wh : Edge, per : int)
Parameters:
Return type:

None



ResetIfWin(self, otherW : Window)
Parameters:

otherW (wx.Window) –

Return type:

bool



RightOf(self, sibling : Window, margin: int=LAYOUT_DEFAULT_MARGIN)
Parameters:
Return type:

None



SameAs(self, otherW : Window, edge : Edge, margin: int=LAYOUT_DEFAULT_MARGIN)
Parameters:
Return type:

None



SatisfyConstraint(self, raints : LayoutConstraints, win : Window)
Parameters:
Return type:

bool



Set(self, rel : Relationship, otherW : Window, otherE : Edge, val: int=0, margin: int=LAYOUT_DEFAULT_MARGIN)
Parameters:
Return type:

None



SetDone(self, d : bool)
Parameters:

d (bool) –

Return type:

None



SetEdge(self, which : Edge)
Parameters:

which (Edge) –

Return type:

None



SetMargin(self, m : int)
Parameters:

m (int) –

Return type:

None



SetRelationship(self, r : Relationship)
Parameters:

r (Relationship) –

Return type:

None



SetValue(self, v : int)
Parameters:

v (int) –

Return type:

None



Unconstrained(self)
Return type:

None


Properties

Done

See GetDone and SetDone



Margin

See GetMargin and SetMargin



MyEdge

See GetMyEdge



OtherEdge

See GetOtherEdge



OtherWindow

See GetOtherWindow



Percent

See GetPercent



Relationship

See GetRelationship and SetRelationship



Value

See GetValue and SetValue