Create a left-to-right SequenceHelper object.
Parameters : | *items :
**config :
|
---|
Create a top-to-bottom SequenceHelper object.
Parameters : | *items :
**config :
|
---|
Create a horizontal LinearBoxHelper object.
Parameters : | *items :
**config :
|
---|
Create a vertical LinearBoxHelper object.
Parameters : | *items :
**config :
|
---|
Create a SequenceHelper with the given anchor object.
Parameters : | anchor : str
*items :
**config :
|
---|
Create a GridHelper object with the given rows.
Parameters : | *rows : **config :
|
---|
A function which expands any ConstraintHelper in the list.
Parameters : | component : Constrainable
constraints : list
|
---|---|
Returns : | result : list
|