Methods
isResizedHorizontally(aMorph) → {boolean}
Checks if a given morph's width is dictated by a layout. In those cases, reconciling the entire extent is skipped and we resort to reconciling the height property if applicable.
Parameters:
| Name | Type | Description |
|---|---|---|
aMorph | Morph | The morph to check for |
Returns:
- Type:
- boolean
isResizedVertically(aMorph) → {boolean}
Checks if a given morph's height is dictated by a layout. In those cases, reconciling the entire extent is skipped and we resort to reconciling the width property if applicable.
Parameters:
| Name | Type | Description |
|---|---|---|
aMorph | Morph | The morph to check for |
Returns:
- Type:
- boolean