Variables | |
| var | EDWIN_RESIZE_NONE = 0 |
| var | EDWIN_RESIZE_LW = 1 |
| left border is at a flexible distance from the left border of the parent zone | |
| var | EDWIN_RESIZE_MW = 2 |
| width is a flexible value | |
| var | EDWIN_RESIZE_RW = 4 |
| right border is at a flexible distance from the right border of the parent zone | |
| var | EDWIN_RESIZE_LH = 8 |
| top border is at a flexible distance from the top border of the parent zone | |
| var | EDWIN_RESIZE_MH = 16 |
| height is a flexible value | |
| var | EDWIN_RESIZE_RH = 32 |
| bottom border is at a flexible distance from the bottom border of the parent zone | |
| var | EDWIN_RESIZE_ALL = 64 |
| all flexible | |
EdWindow and EdControl resize flags
| var EDWIN_RESIZE_NONE = 0 |
| var EDWIN_RESIZE_LW = 1 |
left border is at a flexible distance from the left border of the parent zone
| var EDWIN_RESIZE_MW = 2 |
width is a flexible value
| var EDWIN_RESIZE_RW = 4 |
right border is at a flexible distance from the right border of the parent zone
| var EDWIN_RESIZE_LH = 8 |
top border is at a flexible distance from the top border of the parent zone
| var EDWIN_RESIZE_MH = 16 |
height is a flexible value
| var EDWIN_RESIZE_RH = 32 |
bottom border is at a flexible distance from the bottom border of the parent zone
| var EDWIN_RESIZE_ALL = 64 |
all flexible
1.6.3