Platform | Win32, x64 |
Purpose |
To revert to the old ClearWin+ resizing strategy. |
Syntax |
SUBROUTINE SET_OLD_RESIZING_MECHANISM@( ) |
Description |
In the original ClearWin+ specification you could create windows which would re-size without any control changing its dimensions. This happened if you used %ww (Window Style) but either did not use a pivot (%pv (Pivot)), or applied a pivot to a control which could not use it. To obtain the old specification you should call SET_OLD_RESIZE_MECHANISM@. The new scheme is described in Pivot. |